Html Css Color HEX #CDA65C Apache

📋 copy color: '#CDA65C'

red 205 ◦ green 166 ◦ blue 92

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

Shades of Apache #CDA65C

Tints of Apache #CDA65C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.85%

 BLUE value IS 92 (36.33% from 255) = 19.87%

R = 44.28%
G = 35.85%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CDA65C (or 0xCDA65C) is known color: Apache. HEX triplet: CD, A6 and 5C. RGB value is (205,166,92). Sum of RGB (Red+Green+Blue) = 205+166+92=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA65C is #3259A3. Grayscale: #A9A9A9. Windows color (decimal): -3299748 or 6072013. OLE color: 6072013.

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

Color convert

RGB 205 166 92 -
CMYK 0 0.19 0.55 0.20
HSL 39.29º 0.53% 0.58% -
HSV(B) 39.29º 0.55% 0.8% -
XYZ 40.74 41.02 15.9 -
YUV 169.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 205 166 92 0 0.19 0.55 0.20 39.29 0.53 0.58
Hex CD A6 5C 0 13 37 14 27 35 3A
Octal 315 246 134 0 23 67 24 47 65 72
Binary 11001101 10100110 1011100 0 10011 110111 10100 100111 110101 111010

Color Harmonies of #CDA65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA65C

Black with #CDA65C

Text Example


Text Example

White with #CDA65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA65C; }

 p { color: rgb(205,166,92); }

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

background-color css

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

 a { background-color: rgb(205,166,92); }

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

border-color css

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

 span { border-color: rgb(205,166,92); }

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