Html Css Color HEX #DDD98E Primrose

📋 copy color: '#DDD98E'

red 221 ◦ green 217 ◦ blue 142

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

Shades of Primrose #DDD98E

Tints of Primrose #DDD98E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.41%

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

R = 38.1%
G = 37.41%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDD98E (or 0xDDD98E) is known color: Primrose. HEX triplet: DD, D9 and 8E. RGB value is (221,217,142). Sum of RGB (Red+Green+Blue) = 221+217+142=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 142 (55.86% from 255 or 24.48% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD98E is #222671. Grayscale: #D1D1D1. Windows color (decimal): -2238066 or 9361885. OLE color: 9361885.

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

Color convert

RGB 221 217 142 -
CMYK 0 0.02 0.36 0.13
HSL 56.96º 0.54% 0.71% -
HSV(B) 56.96º 0.36% 0.87% -
XYZ 59.51 66.95 35.38 -
YUV 209.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 221 217 142 0 0.02 0.36 0.13 56.96 0.54 0.71
Hex DD D9 8E 0 2 24 D 39 36 47
Octal 335 331 216 0 2 44 15 71 66 107
Binary 11011101 11011001 10001110 0 10 100100 1101 111001 110110 1000111

Color Harmonies of #DDD98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD98E

Black with #DDD98E

Text Example


Text Example

White with #DDD98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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