Html Css Color HEX #D1AB64 Apache

📋 copy color: '#D1AB64'

red 209 ◦ green 171 ◦ blue 100

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

Shades of Apache #D1AB64

Tints of Apache #D1AB64

RGB

 RED value IS 209 (82.03% from 255) = 43.54%

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

 BLUE value IS 100 (39.45% from 255) = 20.83%

R = 43.54%
G = 35.63%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D1AB64 (or 0xD1AB64) is known color: Apache. HEX triplet: D1, AB and 64. RGB value is (209,171,100). Sum of RGB (Red+Green+Blue) = 209+171+100=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB64 is #2E549B. Grayscale: #AEAEAE. Windows color (decimal): -3036316 or 6597585. OLE color: 6597585.

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

Color convert

RGB 209 171 100 -
CMYK 0 0.18 0.52 0.18
HSL 39.08º 0.54% 0.61% -
HSV(B) 39.08º 0.52% 0.82% -
XYZ 43.16 43.6 18.2 -
YUV 174.27 86.09 152.77 -
System Red Green Blue C M Y K H S L
Decimal 209 171 100 0 0.18 0.52 0.18 39.08 0.54 0.61
Hex D1 AB 64 0 12 34 12 27 36 3D
Octal 321 253 144 0 22 64 22 47 66 75
Binary 11010001 10101011 1100100 0 10010 110100 10010 100111 110110 111101

Color Harmonies of #D1AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AB64

Black with #D1AB64

Text Example


Text Example

White with #D1AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AB64; }

 p { color: rgb(209,171,100); }

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

background-color css

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

 a { background-color: rgb(209,171,100); }

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

border-color css

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

 span { border-color: rgb(209,171,100); }

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