Html Css Color HEX #D0AEBD Maverick

📋 copy color: '#D0AEBD'

red 208 ◦ green 174 ◦ blue 189

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

Shades of Maverick #D0AEBD

Tints of Maverick #D0AEBD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.47%

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

R = 36.43%
G = 30.47%
B = 33.1%

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

#D0AEBD (or 0xD0AEBD) is known color: Maverick. HEX triplet: D0, AE and BD. RGB value is (208,174,189). Sum of RGB (Red+Green+Blue) = 208+174+189=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEBD is #2F5142. Grayscale: #B9B9B9. Windows color (decimal): -3100995 or 12431056. OLE color: 12431056.

HSL color Cylindrical-coordinate representation of color #D0AEBD: hue angle of 333.53º degrees, saturation: 0.27, 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 #D0AEBD is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 174 189 -
CMYK 0 0.16 0.09 0.18
HSL 333.53º 0.27% 0.75% -
HSV(B) 333.53º 0.16% 0.82% -
XYZ 50.33 47.36 54.63 -
YUV 185.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 208 174 189 0 0.16 0.09 0.18 333.53 0.27 0.75
Hex D0 AE BD 0 10 9 12 14E 1B 4B
Octal 320 256 275 0 20 11 22 516 33 113
Binary 11010000 10101110 10111101 0 10000 1001 10010 101001110 11011 1001011

Color Harmonies of #D0AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AEBD

Black with #D0AEBD

Text Example


Text Example

White with #D0AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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