Html Css Color HEX #DDD58E Primrose

📋 copy color: '#DDD58E'

red 221 ◦ green 213 ◦ blue 142

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

Shades of Primrose #DDD58E

Tints of Primrose #DDD58E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.98%

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

R = 38.37%
G = 36.98%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDD58E (or 0xDDD58E) is known color: Primrose. HEX triplet: DD, D5 and 8E. RGB value is (221,213,142). Sum of RGB (Red+Green+Blue) = 221+213+142=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 142 (55.86% from 255 or 24.65% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD58E is #222A71. Grayscale: #CFCFCF. Windows color (decimal): -2239090 or 9360861. OLE color: 9360861.

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

Color convert

RGB 221 213 142 -
CMYK 0 0.04 0.36 0.13
HSL 53.92º 0.54% 0.71% -
HSV(B) 53.92º 0.36% 0.87% -
XYZ 58.5 64.91 35.04 -
YUV 207.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 221 213 142 0 0.04 0.36 0.13 53.92 0.54 0.71
Hex DD D5 8E 0 4 24 D 36 36 47
Octal 335 325 216 0 4 44 15 66 66 107
Binary 11011101 11010101 10001110 0 100 100100 1101 110110 110110 1000111

Color Harmonies of #DDD58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD58E

Black with #DDD58E

Text Example


Text Example

White with #DDD58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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