Html Css Color HEX #DADD97 Primrose

📋 copy color: '#DADD97'

red 218 ◦ green 221 ◦ blue 151

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

Shades of Primrose #DADD97

Tints of Primrose #DADD97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.59%

R = 36.95%
G = 37.46%
B = 25.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DADD97 (or 0xDADD97) is known color: Primrose. HEX triplet: DA, DD and 97. RGB value is (218,221,151). Sum of RGB (Red+Green+Blue) = 218+221+151=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 151 (59.38% from 255 or 25.59% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD97 is #252268. Grayscale: #D4D4D4. Windows color (decimal): -2433641 or 9952730. OLE color: 9952730.

HSL color Cylindrical-coordinate representation of color #DADD97: hue angle of 62.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DADD97 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 151 -
CMYK 0.01 0 0.32 0.13
HSL 62.57º 0.51% 0.73% -
HSV(B) 62.57º 0.32% 0.87% -
XYZ 60.36 68.85 39.39 -
YUV 212.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 218 221 151 0.01 0 0.32 0.13 62.57 0.51 0.73
Hex DA DD 97 1 0 20 D 3F 33 49
Octal 332 335 227 1 0 40 15 77 63 111
Binary 11011010 11011101 10010111 1 0 100000 1101 111111 110011 1001001

Color Harmonies of #DADD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD97

Black with #DADD97

Text Example


Text Example

White with #DADD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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