#cdb654

Color #CDB654 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CDB654

Tints of Tacha #CDB654

Color information

#CDB654 (or 0xCDB654) is unknown color: approx Tacha. HEX triplet: CD, B6 and 54. RGB value is (205,182,84). Sum of RGB (Red+Green+Blue) = 205+182+84=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB654 is #3249AB. Grayscale: #B2B2B2. Windows color (decimal): -3295660 or 5551821. OLE color: 5551821.

HSL color Cylindrical-coordinate representation of color #CDB654: hue angle of 48.6º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDB654 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20518284-
CMYK00.110.590.20
HSL48.6º54.75%56.67%-
HSV(B)48.6º59.02%80.39%-
XYZ43.5147.0815.18-
YUV177.775.12147.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 84 (33.20% from 255) = 17.83%
R=43.52%
G=38.64%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051828400.110.590.2048.654.7556.67
HexCDB6540B3B14313739
Octal3152661240137324616771
Binary110011011011011010101000101111101110100110001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdb654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdb654; }

 p { color: rgb(205,182,84); }

 H1.HeaderClassName
 {
   color: #cdb654;
 }
 .AnyTagClassName
 {
   color: #cdb654;
 }
</style>
background-color css

<style>
 a { background-color: #cdb654; }

 a { background-color: rgb(205,182,84); }

 div.DivClassName
 {
   background-color: #cdb654;
 }
 .BgClassName
 {
   background-color: #cdb654;
 }
</style>
border-color css

<style>
 span { border-color: #cdb654; }

 span { border-color: rgb(205,182,84); }

 td.TdClassName
 {
   border-color: #cdb654;
 }
 .TagClassName
 {
   border-color: #cdb654;
 }
</style>