Html Css Color HEX #CDA25F Apache

📋 copy color: '#CDA25F'

red 205 ◦ green 162 ◦ blue 95

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

Shades of Apache #CDA25F

Tints of Apache #CDA25F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.06%

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

R = 44.37%
G = 35.06%
B = 20.56%

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

#CDA25F (or 0xCDA25F) is known color: Apache. HEX triplet: CD, A2 and 5F. RGB value is (205,162,95). Sum of RGB (Red+Green+Blue) = 205+162+95=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA25F is #325DA0. Grayscale: #A7A7A7. Windows color (decimal): -3300769 or 6267597. OLE color: 6267597.

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

Color convert

RGB 205 162 95 -
CMYK 0 0.21 0.54 0.20
HSL 36.55º 0.52% 0.59% -
HSV(B) 36.55º 0.54% 0.8% -
XYZ 40.16 39.65 16.36 -
YUV 167.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 205 162 95 0 0.21 0.54 0.20 36.55 0.52 0.59
Hex CD A2 5F 0 15 36 14 25 34 3B
Octal 315 242 137 0 25 66 24 45 64 73
Binary 11001101 10100010 1011111 0 10101 110110 10100 100101 110100 111011

Color Harmonies of #CDA25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA25F

Black with #CDA25F

Text Example


Text Example

White with #CDA25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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