Html Css Color HEX #CDA258 Apache

📋 copy color: '#CDA258'

red 205 ◦ green 162 ◦ blue 88

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

Shades of Apache #CDA258

Tints of Apache #CDA258

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.6%

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

R = 45.05%
G = 35.6%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CDA258 (or 0xCDA258) is known color: Apache. HEX triplet: CD, A2 and 58. RGB value is (205,162,88). Sum of RGB (Red+Green+Blue) = 205+162+88=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA258 is #325DA7. Grayscale: #A6A6A6. Windows color (decimal): -3300776 or 5808845. OLE color: 5808845.

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

Color convert

RGB 205 162 88 -
CMYK 0 0.21 0.57 0.20
HSL 37.95º 0.54% 0.57% -
HSV(B) 37.95º 0.57% 0.8% -
XYZ 39.86 39.52 14.76 -
YUV 166.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 205 162 88 0 0.21 0.57 0.20 37.95 0.54 0.57
Hex CD A2 58 0 15 39 14 26 36 39
Octal 315 242 130 0 25 71 24 46 66 71
Binary 11001101 10100010 1011000 0 10101 111001 10100 100110 110110 111001

Color Harmonies of #CDA258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA258

Black with #CDA258

Text Example


Text Example

White with #CDA258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA258; }

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

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

background-color css

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

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

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

border-color css

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

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

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