Html Css Color HEX #DDD98F Primrose

📋 copy color: '#DDD98F'

red 221 ◦ green 217 ◦ blue 143

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

Shades of Primrose #DDD98F

Tints of Primrose #DDD98F

RGB

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

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

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

R = 38.04%
G = 37.35%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDD98F (or 0xDDD98F) is known color: Primrose. HEX triplet: DD, D9 and 8F. RGB value is (221,217,143). Sum of RGB (Red+Green+Blue) = 221+217+143=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD98F is #222670. Grayscale: #D2D2D2. Windows color (decimal): -2238065 or 9427421. OLE color: 9427421.

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

Color convert

RGB 221 217 143 -
CMYK 0 0.02 0.35 0.13
HSL 56.92º 0.53% 0.71% -
HSV(B) 56.92º 0.35% 0.87% -
XYZ 59.59 66.98 35.77 -
YUV 209.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 221 217 143 0 0.02 0.35 0.13 56.92 0.53 0.71
Hex DD D9 8F 0 2 23 D 39 35 47
Octal 335 331 217 0 2 43 15 71 65 107
Binary 11011101 11011001 10001111 0 10 100011 1101 111001 110101 1000111

Color Harmonies of #DDD98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD98F

Black with #DDD98F

Text Example


Text Example

White with #DDD98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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