Html Css Color HEX #CDA362 Apache

📋 copy color: '#CDA362'

red 205 ◦ green 163 ◦ blue 98

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

Shades of Apache #CDA362

Tints of Apache #CDA362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 43.99%
G = 34.98%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDA362 (or 0xCDA362) is known color: Apache. HEX triplet: CD, A3 and 62. RGB value is (205,163,98). Sum of RGB (Red+Green+Blue) = 205+163+98=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA362 is #325C9D. Grayscale: #A8A8A8. Windows color (decimal): -3300510 or 6464461. OLE color: 6464461.

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

Color convert

RGB 205 163 98 -
CMYK 0 0.20 0.52 0.20
HSL 36.45º 0.52% 0.59% -
HSV(B) 36.45º 0.52% 0.8% -
XYZ 40.48 40.06 17.15 -
YUV 168.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 205 163 98 0 0.20 0.52 0.20 36.45 0.52 0.59
Hex CD A3 62 0 14 34 14 24 34 3B
Octal 315 243 142 0 24 64 24 44 64 73
Binary 11001101 10100011 1100010 0 10100 110100 10100 100100 110100 111011

Color Harmonies of #CDA362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA362

Black with #CDA362

Text Example


Text Example

White with #CDA362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA362; }

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

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

background-color css

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

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

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

border-color css

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

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

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