#CDB658

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

Shades of Tacha #CDB658

Tints of Tacha #CDB658

Color information

#CDB658 (or 0xCDB658) is unknown color: approx Tacha. HEX triplet: CD, B6 and 58. RGB value is (205,182,88). Sum of RGB (Red+Green+Blue) = 205+182+88=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB658 is #3249A7. Grayscale: #B2B2B2. Windows color (decimal): -3295656 or 5813965. OLE color: 5813965.

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

Color convert

RGB20518288-
CMYK00.110.570.20
HSL48.21º53.92%57.45%-
HSV(B)48.21º57.07%80.39%-
XYZ43.6747.1416.03-
YUV178.1677.12147.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.16%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 88 (34.77% from 255) = 18.53%
R=43.16%
G=38.32%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051828800.110.570.2048.2153.9257.45
HexCDB6580B3914303639
Octal3152661300137124606671
Binary110011011011011010110000101111100110100110000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB658; }

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

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

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

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

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

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

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

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