Html Css Color HEX #CDA558 Apache

📋 copy color: '#CDA558'

red 205 ◦ green 165 ◦ blue 88

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

Shades of Apache #CDA558

Tints of Apache #CDA558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.21%

R = 44.76%
G = 36.03%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CDA558 (or 0xCDA558) is known color: Apache. HEX triplet: CD, A5 and 58. RGB value is (205,165,88). Sum of RGB (Red+Green+Blue) = 205+165+88=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA558 is #325AA7. Grayscale: #A8A8A8. Windows color (decimal): -3300008 or 5809613. OLE color: 5809613.

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

Color convert

RGB 205 165 88 -
CMYK 0 0.20 0.57 0.20
HSL 39.49º 0.54% 0.57% -
HSV(B) 39.49º 0.57% 0.8% -
XYZ 40.39 40.59 14.94 -
YUV 168.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 205 165 88 0 0.20 0.57 0.20 39.49 0.54 0.57
Hex CD A5 58 0 14 39 14 27 36 39
Octal 315 245 130 0 24 71 24 47 66 71
Binary 11001101 10100101 1011000 0 10100 111001 10100 100111 110110 111001

Color Harmonies of #CDA558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA558

Black with #CDA558

Text Example


Text Example

White with #CDA558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA558; }

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

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

background-color css

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

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

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

border-color css

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

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

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