Html Css Color HEX #CDB959 Tacha

📋 copy color: '#CDB959'

red 205 ◦ green 185 ◦ blue 89

#CDB959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #CDB959

Tints of Tacha #CDB959

RGB

 RED value IS 205 (80.47% from 255) = 42.8%

 GREEN value IS 185 (72.66% from 255) = 38.62%

 BLUE value IS 89 (35.16% from 255) = 18.58%

R = 42.8%
G = 38.62%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CDB959 (or 0xCDB959) is known color: Tacha. HEX triplet: CD, B9 and 59. RGB value is (205,185,89). Sum of RGB (Red+Green+Blue) = 205+185+89=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB959 is #3246A6. Grayscale: #B4B4B4. Windows color (decimal): -3294887 or 5880269. OLE color: 5880269.

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

Color convert

RGB 205 185 89 -
CMYK 0 0.10 0.57 0.20
HSL 49.66º 0.54% 0.58% -
HSV(B) 49.66º 0.57% 0.8% -
XYZ 44.33 48.4 16.46 -
YUV 180.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 205 185 89 0 0.10 0.57 0.20 49.66 0.54 0.58
Hex CD B9 59 0 A 39 14 32 36 3A
Octal 315 271 131 0 12 71 24 62 66 72
Binary 11001101 10111001 1011001 0 1010 111001 10100 110010 110110 111010

Color Harmonies of #CDB959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB959

Black with #CDB959

Text Example


Text Example

White with #CDB959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB959; }

 p { color: rgb(205,185,89); }

 H1.HeaderClassName
 {
   color: #CDB959;
 }
 .AnyTagClassName
 {
   color: #CDB959;
 }
</style>

background-color css

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

 a { background-color: rgb(205,185,89); }

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

border-color css

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

 span { border-color: rgb(205,185,89); }

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