Html Css Color HEX #D0AFBD Maverick

📋 copy color: '#D0AFBD'

red 208 ◦ green 175 ◦ blue 189

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

Shades of Maverick #D0AFBD

Tints of Maverick #D0AFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.04%

R = 36.36%
G = 30.59%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0AFBD (or 0xD0AFBD) is known color: Maverick. HEX triplet: D0, AF and BD. RGB value is (208,175,189). Sum of RGB (Red+Green+Blue) = 208+175+189=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFBD is #2F5042. Grayscale: #BABABA. Windows color (decimal): -3100739 or 12431312. OLE color: 12431312.

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

Color convert

RGB 208 175 189 -
CMYK 0 0.16 0.09 0.18
HSL 334.55º 0.26% 0.75% -
HSV(B) 334.55º 0.16% 0.82% -
XYZ 50.53 47.74 54.7 -
YUV 186.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 208 175 189 0 0.16 0.09 0.18 334.55 0.26 0.75
Hex D0 AF BD 0 10 9 12 14F 1A 4B
Octal 320 257 275 0 20 11 22 517 32 113
Binary 11010000 10101111 10111101 0 10000 1001 10010 101001111 11010 1001011

Color Harmonies of #D0AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFBD

Black with #D0AFBD

Text Example


Text Example

White with #D0AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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