Html Css Color HEX #CDA85C Apache

📋 copy color: '#CDA85C'

red 205 ◦ green 168 ◦ blue 92

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

Shades of Apache #CDA85C

Tints of Apache #CDA85C

RGB

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

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

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

R = 44.09%
G = 36.13%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CDA85C (or 0xCDA85C) is known color: Apache. HEX triplet: CD, A8 and 5C. RGB value is (205,168,92). Sum of RGB (Red+Green+Blue) = 205+168+92=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA85C is #3257A3. Grayscale: #AAAAAA. Windows color (decimal): -3299236 or 6072525. OLE color: 6072525.

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

Color convert

RGB 205 168 92 -
CMYK 0 0.18 0.55 0.20
HSL 40.35º 0.53% 0.58% -
HSV(B) 40.35º 0.55% 0.8% -
XYZ 41.11 41.76 16.02 -
YUV 170.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 205 168 92 0 0.18 0.55 0.20 40.35 0.53 0.58
Hex CD A8 5C 0 12 37 14 28 35 3A
Octal 315 250 134 0 22 67 24 50 65 72
Binary 11001101 10101000 1011100 0 10010 110111 10100 101000 110101 111010

Color Harmonies of #CDA85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA85C

Black with #CDA85C

Text Example


Text Example

White with #CDA85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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