Html Css Color HEX #CDA05E Apache

📋 copy color: '#CDA05E'

red 205 ◦ green 160 ◦ blue 94

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

Shades of Apache #CDA05E

Tints of Apache #CDA05E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.86%

 BLUE value IS 94 (37.11% from 255) = 20.48%

R = 44.66%
G = 34.86%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CDA05E (or 0xCDA05E) is known color: Apache. HEX triplet: CD, A0 and 5E. RGB value is (205,160,94). Sum of RGB (Red+Green+Blue) = 205+160+94=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA05E is #325FA1. Grayscale: #A6A6A6. Windows color (decimal): -3301282 or 6201549. OLE color: 6201549.

HSL color Cylindrical-coordinate representation of color #CDA05E: hue angle of 35.68º degrees, saturation: 0.53, 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 #CDA05E is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 160 94 -
CMYK 0 0.22 0.54 0.20
HSL 35.68º 0.53% 0.59% -
HSV(B) 35.68º 0.54% 0.8% -
XYZ 39.77 38.93 16.01 -
YUV 165.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 205 160 94 0 0.22 0.54 0.20 35.68 0.53 0.59
Hex CD A0 5E 0 16 36 14 24 35 3B
Octal 315 240 136 0 26 66 24 44 65 73
Binary 11001101 10100000 1011110 0 10110 110110 10100 100100 110101 111011

Color Harmonies of #CDA05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA05E

Black with #CDA05E

Text Example


Text Example

White with #CDA05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA05E; }

 p { color: rgb(205,160,94); }

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

background-color css

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

 a { background-color: rgb(205,160,94); }

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

border-color css

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

 span { border-color: rgb(205,160,94); }

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