Html Css Color HEX #CDA957 Apache

📋 copy color: '#CDA957'

red 205 ◦ green 169 ◦ blue 87

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

Shades of Apache #CDA957

Tints of Apache #CDA957

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.66%

 BLUE value IS 87 (34.38% from 255) = 18.87%

R = 44.47%
G = 36.66%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CDA957 (or 0xCDA957) is known color: Apache. HEX triplet: CD, A9 and 57. RGB value is (205,169,87). Sum of RGB (Red+Green+Blue) = 205+169+87=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA957 is #3256A8. Grayscale: #AAAAAA. Windows color (decimal): -3298985 or 5745101. OLE color: 5745101.

HSL color Cylindrical-coordinate representation of color #CDA957: hue angle of 41.69º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDA957 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 169 87 -
CMYK 0 0.18 0.58 0.20
HSL 41.69º 0.54% 0.57% -
HSV(B) 41.69º 0.58% 0.8% -
XYZ 41.09 42.04 14.97 -
YUV 170.42 80.93 152.67 -
System Red Green Blue C M Y K H S L
Decimal 205 169 87 0 0.18 0.58 0.20 41.69 0.54 0.57
Hex CD A9 57 0 12 3A 14 2A 36 39
Octal 315 251 127 0 22 72 24 52 66 71
Binary 11001101 10101001 1010111 0 10010 111010 10100 101010 110110 111001

Color Harmonies of #CDA957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA957

Black with #CDA957

Text Example


Text Example

White with #CDA957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA957; }

 p { color: rgb(205,169,87); }

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

background-color css

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

 a { background-color: rgb(205,169,87); }

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

border-color css

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

 span { border-color: rgb(205,169,87); }

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