Html Css Color HEX #CDA457 Apache

📋 copy color: '#CDA457'

red 205 ◦ green 164 ◦ blue 87

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

Shades of Apache #CDA457

Tints of Apache #CDA457

RGB

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

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

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

R = 44.96%
G = 35.96%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CDA457 (or 0xCDA457) is known color: Apache. HEX triplet: CD, A4 and 57. RGB value is (205,164,87). Sum of RGB (Red+Green+Blue) = 205+164+87=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA457 is #325BA8. Grayscale: #A7A7A7. Windows color (decimal): -3300265 or 5743821. OLE color: 5743821.

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

Color convert

RGB 205 164 87 -
CMYK 0 0.2 0.58 0.20
HSL 39.15º 0.54% 0.57% -
HSV(B) 39.15º 0.58% 0.8% -
XYZ 40.17 40.22 14.66 -
YUV 167.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 205 164 87 0 0.2 0.58 0.20 39.15 0.54 0.57
Hex CD A4 57 0 14 3A 14 27 36 39
Octal 315 244 127 0 24 72 24 47 66 71
Binary 11001101 10100100 1010111 0 10100 111010 10100 100111 110110 111001

Color Harmonies of #CDA457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA457

Black with #CDA457

Text Example


Text Example

White with #CDA457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA457; }

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

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

background-color css

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

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

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

border-color css

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

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

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