Html Css Color HEX #DDE08D Primrose

📋 copy color: '#DDE08D'

red 221 ◦ green 224 ◦ blue 141

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

Shades of Primrose #DDE08D

Tints of Primrose #DDE08D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.23%

 BLUE value IS 141 (55.47% from 255) = 24.06%

R = 37.71%
G = 38.23%
B = 24.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#DDE08D (or 0xDDE08D) is known color: Primrose. HEX triplet: DD, E0 and 8D. RGB value is (221,224,141). Sum of RGB (Red+Green+Blue) = 221+224+141=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE08D is #221F72. Grayscale: #D5D5D5. Windows color (decimal): -2236275 or 9298141. OLE color: 9298141.

HSL color Cylindrical-coordinate representation of color #DDE08D: hue angle of 62.17º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDE08D is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 141 -
CMYK 0.01 0 0.37 0.12
HSL 62.17º 0.57% 0.72% -
HSV(B) 62.17º 0.37% 0.88% -
XYZ 61.28 70.61 35.6 -
YUV 213.64 87.01 133.25 -
System Red Green Blue C M Y K H S L
Decimal 221 224 141 0.01 0 0.37 0.12 62.17 0.57 0.72
Hex DD E0 8D 1 0 25 C 3E 39 48
Octal 335 340 215 1 0 45 14 76 71 110
Binary 11011101 11100000 10001101 1 0 100101 1100 111110 111001 1001000

Color Harmonies of #DDE08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE08D

Black with #DDE08D

Text Example


Text Example

White with #DDE08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE08D; }

 p { color: rgb(221,224,141); }

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

background-color css

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

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

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

border-color css

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

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

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