Html Css Color HEX #D0AF90 Tan

📋 copy color: '#D0AF90'

red 208 ◦ green 175 ◦ blue 144

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

Shades of Tan #D0AF90

Tints of Tan #D0AF90

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.21%

 BLUE value IS 144 (56.64% from 255) = 27.32%

R = 39.47%
G = 33.21%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0AF90 (or 0xD0AF90) is known color: Tan. HEX triplet: D0, AF and 90. RGB value is (208,175,144). Sum of RGB (Red+Green+Blue) = 208+175+144=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF90 is #2F506F. Grayscale: #B5B5B5. Windows color (decimal): -3100784 or 9482192. OLE color: 9482192.

HSL color Cylindrical-coordinate representation of color #D0AF90: hue angle of 29.06º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0AF90 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 175 144 -
CMYK 0 0.16 0.31 0.18
HSL 29.06º 0.41% 0.69% -
HSV(B) 29.06º 0.31% 0.82% -
XYZ 46.38 46.08 32.84 -
YUV 181.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 208 175 144 0 0.16 0.31 0.18 29.06 0.41 0.69
Hex D0 AF 90 0 10 1F 12 1D 29 45
Octal 320 257 220 0 20 37 22 35 51 105
Binary 11010000 10101111 10010000 0 10000 11111 10010 11101 101001 1000101

Color Harmonies of #D0AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF90

Black with #D0AF90

Text Example


Text Example

White with #D0AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF90; }

 p { color: rgb(208,175,144); }

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

background-color css

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

 a { background-color: rgb(208,175,144); }

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

border-color css

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

 span { border-color: rgb(208,175,144); }

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