Html Css Color HEX #DADD8E Primrose

📋 copy color: '#DADD8E'

red 218 ◦ green 221 ◦ blue 142

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

Shades of Primrose #DADD8E

Tints of Primrose #DADD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.44%

R = 37.52%
G = 38.04%
B = 24.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DADD8E (or 0xDADD8E) is known color: Primrose. HEX triplet: DA, DD and 8E. RGB value is (218,221,142). Sum of RGB (Red+Green+Blue) = 218+221+142=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 142 (55.86% from 255 or 24.44% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD8E is #252271. Grayscale: #D3D3D3. Windows color (decimal): -2433650 or 9362906. OLE color: 9362906.

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

Color convert

RGB 218 221 142 -
CMYK 0.01 0 0.36 0.13
HSL 62.28º 0.54% 0.71% -
HSV(B) 62.28º 0.36% 0.87% -
XYZ 59.65 68.57 35.68 -
YUV 211.1 89.01 132.92 -
System Red Green Blue C M Y K H S L
Decimal 218 221 142 0.01 0 0.36 0.13 62.28 0.54 0.71
Hex DA DD 8E 1 0 24 D 3E 36 47
Octal 332 335 216 1 0 44 15 76 66 107
Binary 11011010 11011101 10001110 1 0 100100 1101 111110 110110 1000111

Color Harmonies of #DADD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD8E

Black with #DADD8E

Text Example


Text Example

White with #DADD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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