Html Css Color HEX #CDA858 Apache

📋 copy color: '#CDA858'

red 205 ◦ green 168 ◦ blue 88

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

Shades of Apache #CDA858

Tints of Apache #CDA858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.44%

 BLUE value IS 88 (34.77% from 255) = 19.09%

R = 44.47%
G = 36.44%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CDA858 (or 0xCDA858) is known color: Apache. HEX triplet: CD, A8 and 58. RGB value is (205,168,88). Sum of RGB (Red+Green+Blue) = 205+168+88=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA858 is #3257A7. Grayscale: #AAAAAA. Windows color (decimal): -3299240 or 5810381. OLE color: 5810381.

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

Color convert

RGB 205 168 88 -
CMYK 0 0.18 0.57 0.20
HSL 41.03º 0.54% 0.57% -
HSV(B) 41.03º 0.57% 0.8% -
XYZ 40.94 41.69 15.12 -
YUV 169.94 81.76 153 -
System Red Green Blue C M Y K H S L
Decimal 205 168 88 0 0.18 0.57 0.20 41.03 0.54 0.57
Hex CD A8 58 0 12 39 14 29 36 39
Octal 315 250 130 0 22 71 24 51 66 71
Binary 11001101 10101000 1011000 0 10010 111001 10100 101001 110110 111001

Color Harmonies of #CDA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA858

Black with #CDA858

Text Example


Text Example

White with #CDA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA858; }

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

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

background-color css

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

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

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

border-color css

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

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

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