Html Css Color HEX #D1AD64 Apache

📋 copy color: '#D1AD64'

red 209 ◦ green 173 ◦ blue 100

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

Shades of Apache #D1AD64

Tints of Apache #D1AD64

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.89%

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

R = 43.36%
G = 35.89%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D1AD64 (or 0xD1AD64) is known color: Apache. HEX triplet: D1, AD and 64. RGB value is (209,173,100). Sum of RGB (Red+Green+Blue) = 209+173+100=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD64 is #2E529B. Grayscale: #AFAFAF. Windows color (decimal): -3035804 or 6598097. OLE color: 6598097.

HSL color Cylindrical-coordinate representation of color #D1AD64: hue angle of 40.18º 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 #D1AD64 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 173 100 -
CMYK 0 0.17 0.52 0.18
HSL 40.18º 0.54% 0.61% -
HSV(B) 40.18º 0.52% 0.82% -
XYZ 43.54 44.36 18.32 -
YUV 175.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 209 173 100 0 0.17 0.52 0.18 40.18 0.54 0.61
Hex D1 AD 64 0 11 34 12 28 36 3D
Octal 321 255 144 0 21 64 22 50 66 75
Binary 11010001 10101101 1100100 0 10001 110100 10010 101000 110110 111101

Color Harmonies of #D1AD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD64

Black with #D1AD64

Text Example


Text Example

White with #D1AD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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