Html Css Color HEX #DDA9C9 Maverick

📋 copy color: '#DDA9C9'

red 221 ◦ green 169 ◦ blue 201

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

Shades of Maverick #DDA9C9

Tints of Maverick #DDA9C9

RGB

 RED value IS 221 (86.72% from 255) = 37.39%

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

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

R = 37.39%
G = 28.6%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDA9C9 (or 0xDDA9C9) is known color: Maverick. HEX triplet: DD, A9 and C9. RGB value is (221,169,201). Sum of RGB (Red+Green+Blue) = 221+169+201=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9C9 is #225636. Grayscale: #BCBCBC. Windows color (decimal): -2250295 or 13216221. OLE color: 13216221.

HSL color Cylindrical-coordinate representation of color #DDA9C9: hue angle of 323.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA9C9 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 201 -
CMYK 0 0.24 0.09 0.13
HSL 323.08º 0.43% 0.76% -
HSV(B) 323.08º 0.24% 0.87% -
XYZ 54.55 47.97 61.64 -
YUV 188.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 221 169 201 0 0.24 0.09 0.13 323.08 0.43 0.76
Hex DD A9 C9 0 18 9 D 143 2B 4C
Octal 335 251 311 0 30 11 15 503 53 114
Binary 11011101 10101001 11001001 0 11000 1001 1101 101000011 101011 1001100

Color Harmonies of #DDA9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA9C9

Black with #DDA9C9

Text Example


Text Example

White with #DDA9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA9C9; }

 p { color: rgb(221,169,201); }

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

background-color css

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

 a { background-color: rgb(221,169,201); }

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

border-color css

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

 span { border-color: rgb(221,169,201); }

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