Html Css Color HEX #CDA15B Apache

📋 copy color: '#CDA15B'

red 205 ◦ green 161 ◦ blue 91

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

Shades of Apache #CDA15B

Tints of Apache #CDA15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.91%

R = 44.86%
G = 35.23%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CDA15B (or 0xCDA15B) is known color: Apache. HEX triplet: CD, A1 and 5B. RGB value is (205,161,91). Sum of RGB (Red+Green+Blue) = 205+161+91=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA15B is #325EA4. Grayscale: #A6A6A6. Windows color (decimal): -3301029 or 6005197. OLE color: 6005197.

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

Color convert

RGB 205 161 91 -
CMYK 0 0.21 0.56 0.20
HSL 36.84º 0.53% 0.58% -
HSV(B) 36.84º 0.56% 0.8% -
XYZ 39.81 39.22 15.37 -
YUV 166.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 205 161 91 0 0.21 0.56 0.20 36.84 0.53 0.58
Hex CD A1 5B 0 15 38 14 25 35 3A
Octal 315 241 133 0 25 70 24 45 65 72
Binary 11001101 10100001 1011011 0 10101 111000 10100 100101 110101 111010

Color Harmonies of #CDA15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA15B

Black with #CDA15B

Text Example


Text Example

White with #CDA15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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