Html Css Color HEX #CDA863 Apache

📋 copy color: '#CDA863'

red 205 ◦ green 168 ◦ blue 99

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

Shades of Apache #CDA863

Tints of Apache #CDA863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.59%

 BLUE value IS 99 (39.06% from 255) = 20.97%

R = 43.43%
G = 35.59%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDA863 (or 0xCDA863) is known color: Apache. HEX triplet: CD, A8 and 63. RGB value is (205,168,99). Sum of RGB (Red+Green+Blue) = 205+168+99=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA863 is #32579C. Grayscale: #ABABAB. Windows color (decimal): -3299229 or 6531277. OLE color: 6531277.

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

Color convert

RGB 205 168 99 -
CMYK 0 0.18 0.52 0.20
HSL 39.06º 0.51% 0.6% -
HSV(B) 39.06º 0.52% 0.8% -
XYZ 41.43 41.89 17.71 -
YUV 171.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 205 168 99 0 0.18 0.52 0.20 39.06 0.51 0.6
Hex CD A8 63 0 12 34 14 27 33 3C
Octal 315 250 143 0 22 64 24 47 63 74
Binary 11001101 10101000 1100011 0 10010 110100 10100 100111 110011 111100

Color Harmonies of #CDA863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA863

Black with #CDA863

Text Example


Text Example

White with #CDA863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA863; }

 p { color: rgb(205,168,99); }

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

background-color css

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

 a { background-color: rgb(205,168,99); }

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

border-color css

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

 span { border-color: rgb(205,168,99); }

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