Html Css Color HEX #CDA466 Apache

📋 copy color: '#CDA466'

red 205 ◦ green 164 ◦ blue 102

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

Shades of Apache #CDA466

Tints of Apache #CDA466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.82%

 BLUE value IS 102 (40.23% from 255) = 21.66%

R = 43.52%
G = 34.82%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CDA466 (or 0xCDA466) is known color: Apache. HEX triplet: CD, A4 and 66. RGB value is (205,164,102). Sum of RGB (Red+Green+Blue) = 205+164+102=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA466 is #325B99. Grayscale: #A9A9A9. Windows color (decimal): -3300250 or 6726861. OLE color: 6726861.

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

Color convert

RGB 205 164 102 -
CMYK 0 0.2 0.50 0.20
HSL 36.12º 0.51% 0.6% -
HSV(B) 36.12º 0.5% 0.8% -
XYZ 40.85 40.49 18.23 -
YUV 169.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 205 164 102 0 0.2 0.50 0.20 36.12 0.51 0.6
Hex CD A4 66 0 14 32 14 24 33 3C
Octal 315 244 146 0 24 62 24 44 63 74
Binary 11001101 10100100 1100110 0 10100 110010 10100 100100 110011 111100

Color Harmonies of #CDA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA466

Black with #CDA466

Text Example


Text Example

White with #CDA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA466; }

 p { color: rgb(205,164,102); }

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

background-color css

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

 a { background-color: rgb(205,164,102); }

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

border-color css

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

 span { border-color: rgb(205,164,102); }

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