Html Css Color HEX #DDDD8E Primrose

📋 copy color: '#DDDD8E'

red 221 ◦ green 221 ◦ blue 142

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

Shades of Primrose #DDDD8E

Tints of Primrose #DDDD8E

RGB

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

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

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

R = 37.84%
G = 37.84%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDDD8E (or 0xDDDD8E) is known color: Primrose. HEX triplet: DD, DD and 8E. RGB value is (221,221,142). Sum of RGB (Red+Green+Blue) = 221+221+142=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD8E is #222271. Grayscale: #D4D4D4. Windows color (decimal): -2237042 or 9362909. OLE color: 9362909.

HSL color Cylindrical-coordinate representation of color #DDDD8E: hue angle of 60º 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 #DDDD8E is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 221 142 -
CMYK 0 0 0.36 0.13
HSL 60º 0.54% 0.71% -
HSV(B) 60º 0.36% 0.87% -
XYZ 60.56 69.04 35.73 -
YUV 211.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 221 221 142 0 0 0.36 0.13 60 0.54 0.71
Hex DD DD 8E 0 0 24 D 3C 36 47
Octal 335 335 216 0 0 44 15 74 66 107
Binary 11011101 11011101 10001110 0 0 100100 1101 111100 110110 1000111

Color Harmonies of #DDDD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD8E

Black with #DDDD8E

Text Example


Text Example

White with #DDDD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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