Html Css Color HEX #CDA15C Apache

📋 copy color: '#CDA15C'

red 205 ◦ green 161 ◦ blue 92

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

Shades of Apache #CDA15C

Tints of Apache #CDA15C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.15%

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

R = 44.76%
G = 35.15%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CDA15C (or 0xCDA15C) is known color: Apache. HEX triplet: CD, A1 and 5C. RGB value is (205,161,92). Sum of RGB (Red+Green+Blue) = 205+161+92=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA15C is #325EA3. Grayscale: #A6A6A6. Windows color (decimal): -3301028 or 6070733. OLE color: 6070733.

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

Color convert

RGB 205 161 92 -
CMYK 0 0.21 0.55 0.20
HSL 36.64º 0.53% 0.58% -
HSV(B) 36.64º 0.55% 0.8% -
XYZ 39.85 39.24 15.6 -
YUV 166.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 205 161 92 0 0.21 0.55 0.20 36.64 0.53 0.58
Hex CD A1 5C 0 15 37 14 25 35 3A
Octal 315 241 134 0 25 67 24 45 65 72
Binary 11001101 10100001 1011100 0 10101 110111 10100 100101 110101 111010

Color Harmonies of #CDA15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA15C

Black with #CDA15C

Text Example


Text Example

White with #CDA15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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