Html Css Color HEX #CDA55C Apache

📋 copy color: '#CDA55C'

red 205 ◦ green 165 ◦ blue 92

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

Shades of Apache #CDA55C

Tints of Apache #CDA55C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.71%

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

R = 44.37%
G = 35.71%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CDA55C (or 0xCDA55C) is known color: Apache. HEX triplet: CD, A5 and 5C. RGB value is (205,165,92). Sum of RGB (Red+Green+Blue) = 205+165+92=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA55C is #325AA3. Grayscale: #A8A8A8. Windows color (decimal): -3300004 or 6071757. OLE color: 6071757.

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

Color convert

RGB 205 165 92 -
CMYK 0 0.20 0.55 0.20
HSL 38.76º 0.53% 0.58% -
HSV(B) 38.76º 0.55% 0.8% -
XYZ 40.56 40.66 15.84 -
YUV 168.64 84.75 153.94 -
System Red Green Blue C M Y K H S L
Decimal 205 165 92 0 0.20 0.55 0.20 38.76 0.53 0.58
Hex CD A5 5C 0 14 37 14 27 35 3A
Octal 315 245 134 0 24 67 24 47 65 72
Binary 11001101 10100101 1011100 0 10100 110111 10100 100111 110101 111010

Color Harmonies of #CDA55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA55C

Black with #CDA55C

Text Example


Text Example

White with #CDA55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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