Html Css Color HEX #DBA9C5 Maverick

📋 copy color: '#DBA9C5'

red 219 ◦ green 169 ◦ blue 197

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

Shades of Maverick #DBA9C5

Tints of Maverick #DBA9C5

RGB

 RED value IS 219 (85.94% from 255) = 37.44%

 GREEN value IS 169 (66.41% from 255) = 28.89%

 BLUE value IS 197 (77.34% from 255) = 33.68%

R = 37.44%
G = 28.89%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DBA9C5 (or 0xDBA9C5) is known color: Maverick. HEX triplet: DB, A9 and C5. RGB value is (219,169,197). Sum of RGB (Red+Green+Blue) = 219+169+197=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 169 (66.41% from 255 or 28.89% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9C5 is #24563A. Grayscale: #BBBBBB. Windows color (decimal): -2381371 or 12954075. OLE color: 12954075.

HSL color Cylindrical-coordinate representation of color #DBA9C5: hue angle of 326.4º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA9C5 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 169 197 -
CMYK 0 0.23 0.10 0.14
HSL 326.4º 0.41% 0.76% -
HSV(B) 326.4º 0.23% 0.86% -
XYZ 53.48 47.47 59.17 -
YUV 187.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 219 169 197 0 0.23 0.10 0.14 326.4 0.41 0.76
Hex DB A9 C5 0 17 A E 146 29 4C
Octal 333 251 305 0 27 12 16 506 51 114
Binary 11011011 10101001 11000101 0 10111 1010 1110 101000110 101001 1001100

Color Harmonies of #DBA9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9C5

Black with #DBA9C5

Text Example


Text Example

White with #DBA9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9C5; }

 p { color: rgb(219,169,197); }

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

background-color css

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

 a { background-color: rgb(219,169,197); }

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

border-color css

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

 span { border-color: rgb(219,169,197); }

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