Html Css Color HEX #CDA15F Apache

📋 copy color: '#CDA15F'

red 205 ◦ green 161 ◦ blue 95

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

Shades of Apache #CDA15F

Tints of Apache #CDA15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.61%

R = 44.47%
G = 34.92%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CDA15F (or 0xCDA15F) is known color: Apache. HEX triplet: CD, A1 and 5F. RGB value is (205,161,95). Sum of RGB (Red+Green+Blue) = 205+161+95=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA15F is #325EA0. Grayscale: #A6A6A6. Windows color (decimal): -3301025 or 6267341. OLE color: 6267341.

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

Color convert

RGB 205 161 95 -
CMYK 0 0.21 0.54 0.20
HSL 36º 0.52% 0.59% -
HSV(B) 36º 0.54% 0.8% -
XYZ 39.99 39.3 16.3 -
YUV 166.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 205 161 95 0 0.21 0.54 0.20 36 0.52 0.59
Hex CD A1 5F 0 15 36 14 24 34 3B
Octal 315 241 137 0 25 66 24 44 64 73
Binary 11001101 10100001 1011111 0 10101 110110 10100 100100 110100 111011

Color Harmonies of #CDA15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA15F

Black with #CDA15F

Text Example


Text Example

White with #CDA15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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