Html Css Color HEX #DADD9A Primrose

📋 copy color: '#DADD9A'

red 218 ◦ green 221 ◦ blue 154

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

Shades of Primrose #DADD9A

Tints of Primrose #DADD9A

RGB

 RED value IS 218 (85.55% from 255) = 36.76%

 GREEN value IS 221 (86.72% from 255) = 37.27%

 BLUE value IS 154 (60.55% from 255) = 25.97%

R = 36.76%
G = 37.27%
B = 25.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DADD9A (or 0xDADD9A) is known color: Primrose. HEX triplet: DA, DD and 9A. RGB value is (218,221,154). Sum of RGB (Red+Green+Blue) = 218+221+154=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD9A is #252265. Grayscale: #D4D4D4. Windows color (decimal): -2433638 or 10149338. OLE color: 10149338.

HSL color Cylindrical-coordinate representation of color #DADD9A: hue angle of 62.69º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DADD9A is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 154 -
CMYK 0.01 0 0.30 0.13
HSL 62.69º 0.5% 0.74% -
HSV(B) 62.69º 0.3% 0.87% -
XYZ 60.6 68.95 40.69 -
YUV 212.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 218 221 154 0.01 0 0.30 0.13 62.69 0.5 0.74
Hex DA DD 9A 1 0 1E D 3F 32 4A
Octal 332 335 232 1 0 36 15 77 62 112
Binary 11011010 11011101 10011010 1 0 11110 1101 111111 110010 1001010

Color Harmonies of #DADD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD9A

Black with #DADD9A

Text Example


Text Example

White with #DADD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD9A; }

 p { color: rgb(218,221,154); }

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

background-color css

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

 a { background-color: rgb(218,221,154); }

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

border-color css

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

 span { border-color: rgb(218,221,154); }

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