Html Css Color HEX #D0AB66 Apache

📋 copy color: '#D0AB66'

red 208 ◦ green 171 ◦ blue 102

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

Shades of Apache #D0AB66

Tints of Apache #D0AB66

RGB

 RED value IS 208 (81.64% from 255) = 43.24%

 GREEN value IS 171 (67.19% from 255) = 35.55%

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

R = 43.24%
G = 35.55%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D0AB66 (or 0xD0AB66) is known color: Apache. HEX triplet: D0, AB and 66. RGB value is (208,171,102). Sum of RGB (Red+Green+Blue) = 208+171+102=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB66 is #2F5499. Grayscale: #AEAEAE. Windows color (decimal): -3101850 or 6728656. OLE color: 6728656.

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

Color convert

RGB 208 171 102 -
CMYK 0 0.18 0.51 0.18
HSL 39.06º 0.53% 0.61% -
HSV(B) 39.06º 0.51% 0.82% -
XYZ 42.97 43.5 18.7 -
YUV 174.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 208 171 102 0 0.18 0.51 0.18 39.06 0.53 0.61
Hex D0 AB 66 0 12 33 12 27 35 3D
Octal 320 253 146 0 22 63 22 47 65 75
Binary 11010000 10101011 1100110 0 10010 110011 10010 100111 110101 111101

Color Harmonies of #D0AB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB66

Black with #D0AB66

Text Example


Text Example

White with #D0AB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB66; }

 p { color: rgb(208,171,102); }

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

background-color css

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

 a { background-color: rgb(208,171,102); }

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

border-color css

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

 span { border-color: rgb(208,171,102); }

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