Html Css Color HEX #DADD8F Primrose

📋 copy color: '#DADD8F'

red 218 ◦ green 221 ◦ blue 143

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

Shades of Primrose #DADD8F

Tints of Primrose #DADD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.57%

R = 37.46%
G = 37.97%
B = 24.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DADD8F (or 0xDADD8F) is known color: Primrose. HEX triplet: DA, DD and 8F. RGB value is (218,221,143). Sum of RGB (Red+Green+Blue) = 218+221+143=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD8F is #252270. Grayscale: #D3D3D3. Windows color (decimal): -2433649 or 9428442. OLE color: 9428442.

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

Color convert

RGB 218 221 143 -
CMYK 0.01 0 0.35 0.13
HSL 62.31º 0.53% 0.71% -
HSV(B) 62.31º 0.35% 0.87% -
XYZ 59.73 68.6 36.08 -
YUV 211.21 89.51 132.84 -
System Red Green Blue C M Y K H S L
Decimal 218 221 143 0.01 0 0.35 0.13 62.31 0.53 0.71
Hex DA DD 8F 1 0 23 D 3E 35 47
Octal 332 335 217 1 0 43 15 76 65 107
Binary 11011010 11011101 10001111 1 0 100011 1101 111110 110101 1000111

Color Harmonies of #DADD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD8F

Black with #DADD8F

Text Example


Text Example

White with #DADD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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