Html Css Color HEX #CDA45C Apache

📋 copy color: '#CDA45C'

red 205 ◦ green 164 ◦ blue 92

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

Shades of Apache #CDA45C

Tints of Apache #CDA45C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.57%

 BLUE value IS 92 (36.33% from 255) = 19.96%

R = 44.47%
G = 35.57%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CDA45C (or 0xCDA45C) is known color: Apache. HEX triplet: CD, A4 and 5C. RGB value is (205,164,92). Sum of RGB (Red+Green+Blue) = 205+164+92=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA45C is #325BA3. Grayscale: #A8A8A8. Windows color (decimal): -3300260 or 6071501. OLE color: 6071501.

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

Color convert

RGB 205 164 92 -
CMYK 0 0.2 0.55 0.20
HSL 38.23º 0.53% 0.58% -
HSV(B) 38.23º 0.55% 0.8% -
XYZ 40.38 40.3 15.78 -
YUV 168.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 205 164 92 0 0.2 0.55 0.20 38.23 0.53 0.58
Hex CD A4 5C 0 14 37 14 26 35 3A
Octal 315 244 134 0 24 67 24 46 65 72
Binary 11001101 10100100 1011100 0 10100 110111 10100 100110 110101 111010

Color Harmonies of #CDA45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA45C

Black with #CDA45C

Text Example


Text Example

White with #CDA45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA45C; }

 p { color: rgb(205,164,92); }

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

background-color css

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

 a { background-color: rgb(205,164,92); }

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

border-color css

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

 span { border-color: rgb(205,164,92); }

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