Html Css Color HEX #CDA358 Apache

📋 copy color: '#CDA358'

red 205 ◦ green 163 ◦ blue 88

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

Shades of Apache #CDA358

Tints of Apache #CDA358

RGB

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

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

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

R = 44.96%
G = 35.75%
B = 19.3%

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

#CDA358 (or 0xCDA358) is known color: Apache. HEX triplet: CD, A3 and 58. RGB value is (205,163,88). Sum of RGB (Red+Green+Blue) = 205+163+88=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA358 is #325CA7. Grayscale: #A7A7A7. Windows color (decimal): -3300520 or 5809101. OLE color: 5809101.

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

Color convert

RGB 205 163 88 -
CMYK 0 0.20 0.57 0.20
HSL 38.46º 0.54% 0.57% -
HSV(B) 38.46º 0.57% 0.8% -
XYZ 40.04 39.88 14.82 -
YUV 167.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 205 163 88 0 0.20 0.57 0.20 38.46 0.54 0.57
Hex CD A3 58 0 14 39 14 26 36 39
Octal 315 243 130 0 24 71 24 46 66 71
Binary 11001101 10100011 1011000 0 10100 111001 10100 100110 110110 111001

Color Harmonies of #CDA358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA358

Black with #CDA358

Text Example


Text Example

White with #CDA358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA358; }

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

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

background-color css

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

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

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

border-color css

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

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

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