Html Css Color HEX #CDA762 Apache

📋 copy color: '#CDA762'

red 205 ◦ green 167 ◦ blue 98

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

Shades of Apache #CDA762

Tints of Apache #CDA762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.85%

R = 43.62%
G = 35.53%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDA762 (or 0xCDA762) is known color: Apache. HEX triplet: CD, A7 and 62. RGB value is (205,167,98). Sum of RGB (Red+Green+Blue) = 205+167+98=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA762 is #32589D. Grayscale: #AAAAAA. Windows color (decimal): -3299486 or 6465485. OLE color: 6465485.

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

Color convert

RGB 205 167 98 -
CMYK 0 0.19 0.52 0.20
HSL 38.69º 0.52% 0.59% -
HSV(B) 38.69º 0.52% 0.8% -
XYZ 41.2 41.5 17.39 -
YUV 170.5 87.09 152.61 -
System Red Green Blue C M Y K H S L
Decimal 205 167 98 0 0.19 0.52 0.20 38.69 0.52 0.59
Hex CD A7 62 0 13 34 14 27 34 3B
Octal 315 247 142 0 23 64 24 47 64 73
Binary 11001101 10100111 1100010 0 10011 110100 10100 100111 110100 111011

Color Harmonies of #CDA762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA762

Black with #CDA762

Text Example


Text Example

White with #CDA762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA762; }

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

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

background-color css

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

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

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

border-color css

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

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

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