Html Css Color HEX #D4A7C9 Maverick

📋 copy color: '#D4A7C9'

red 212 ◦ green 167 ◦ blue 201

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

Shades of Maverick #D4A7C9

Tints of Maverick #D4A7C9

RGB

 RED value IS 212 (83.2% from 255) = 36.55%

 GREEN value IS 167 (65.63% from 255) = 28.79%

 BLUE value IS 201 (78.91% from 255) = 34.66%

R = 36.55%
G = 28.79%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D4A7C9 (or 0xD4A7C9) is known color: Maverick. HEX triplet: D4, A7 and C9. RGB value is (212,167,201). Sum of RGB (Red+Green+Blue) = 212+167+201=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A7C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A7C9 is #2B5836. Grayscale: #B8B8B8. Windows color (decimal): -2840631 or 13215700. OLE color: 13215700.

HSL color Cylindrical-coordinate representation of color #D4A7C9: hue angle of 314.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A7C9 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 167 201 -
CMYK 0 0.21 0.05 0.17
HSL 314.67º 0.34% 0.74% -
HSV(B) 314.67º 0.21% 0.83% -
XYZ 51.51 45.85 61.39 -
YUV 184.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 212 167 201 0 0.21 0.05 0.17 314.67 0.34 0.74
Hex D4 A7 C9 0 15 5 11 13B 22 4A
Octal 324 247 311 0 25 5 21 473 42 112
Binary 11010100 10100111 11001001 0 10101 101 10001 100111011 100010 1001010

Color Harmonies of #D4A7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A7C9

Black with #D4A7C9

Text Example


Text Example

White with #D4A7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A7C9; }

 p { color: rgb(212,167,201); }

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

background-color css

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

 a { background-color: rgb(212,167,201); }

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

border-color css

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

 span { border-color: rgb(212,167,201); }

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