Html Css Color HEX #CDA357 Apache

📋 copy color: '#CDA357'

red 205 ◦ green 163 ◦ blue 87

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

Shades of Apache #CDA357

Tints of Apache #CDA357

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.82%

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

R = 45.05%
G = 35.82%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CDA357 (or 0xCDA357) is known color: Apache. HEX triplet: CD, A3 and 57. RGB value is (205,163,87). Sum of RGB (Red+Green+Blue) = 205+163+87=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA357 is #325CA8. Grayscale: #A7A7A7. Windows color (decimal): -3300521 or 5743565. OLE color: 5743565.

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

Color convert

RGB 205 163 87 -
CMYK 0 0.20 0.58 0.20
HSL 38.64º 0.54% 0.57% -
HSV(B) 38.64º 0.58% 0.8% -
XYZ 39.99 39.86 14.6 -
YUV 166.89 82.91 155.18 -
System Red Green Blue C M Y K H S L
Decimal 205 163 87 0 0.20 0.58 0.20 38.64 0.54 0.57
Hex CD A3 57 0 14 3A 14 27 36 39
Octal 315 243 127 0 24 72 24 47 66 71
Binary 11001101 10100011 1010111 0 10100 111010 10100 100111 110110 111001

Color Harmonies of #CDA357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA357

Black with #CDA357

Text Example


Text Example

White with #CDA357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA357; }

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

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

background-color css

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

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

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

border-color css

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

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

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