Html Css Color HEX #CDA25D Apache

📋 copy color: '#CDA25D'

red 205 ◦ green 162 ◦ blue 93

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

Shades of Apache #CDA25D

Tints of Apache #CDA25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.22%

R = 44.57%
G = 35.22%
B = 20.22%

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

#CDA25D (or 0xCDA25D) is known color: Apache. HEX triplet: CD, A2 and 5D. RGB value is (205,162,93). Sum of RGB (Red+Green+Blue) = 205+162+93=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA25D is #325DA2. Grayscale: #A7A7A7. Windows color (decimal): -3300771 or 6136525. OLE color: 6136525.

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

Color convert

RGB 205 162 93 -
CMYK 0 0.21 0.55 0.20
HSL 36.96º 0.53% 0.58% -
HSV(B) 36.96º 0.55% 0.8% -
XYZ 40.07 39.61 15.89 -
YUV 166.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 205 162 93 0 0.21 0.55 0.20 36.96 0.53 0.58
Hex CD A2 5D 0 15 37 14 25 35 3A
Octal 315 242 135 0 25 67 24 45 65 72
Binary 11001101 10100010 1011101 0 10101 110111 10100 100101 110101 111010

Color Harmonies of #CDA25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA25D

Black with #CDA25D

Text Example


Text Example

White with #CDA25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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