Html Css Color HEX #CDA759 Apache

📋 copy color: '#CDA759'

red 205 ◦ green 167 ◦ blue 89

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

Shades of Apache #CDA759

Tints of Apache #CDA759

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.23%

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

R = 44.47%
G = 36.23%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CDA759 (or 0xCDA759) is known color: Apache. HEX triplet: CD, A7 and 59. RGB value is (205,167,89). Sum of RGB (Red+Green+Blue) = 205+167+89=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA759 is #3258A6. Grayscale: #A9A9A9. Windows color (decimal): -3299495 or 5875661. OLE color: 5875661.

HSL color Cylindrical-coordinate representation of color #CDA759: hue angle of 40.34º 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 #CDA759 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 167 89 -
CMYK 0 0.19 0.57 0.20
HSL 40.34º 0.54% 0.58% -
HSV(B) 40.34º 0.57% 0.8% -
XYZ 40.8 41.34 15.28 -
YUV 169.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 205 167 89 0 0.19 0.57 0.20 40.34 0.54 0.58
Hex CD A7 59 0 13 39 14 28 36 3A
Octal 315 247 131 0 23 71 24 50 66 72
Binary 11001101 10100111 1011001 0 10011 111001 10100 101000 110110 111010

Color Harmonies of #CDA759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA759

Black with #CDA759

Text Example


Text Example

White with #CDA759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA759; }

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

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

background-color css

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

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

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

border-color css

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

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

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