Html Css Color HEX #DDE18D Primrose

📋 copy color: '#DDE18D'

red 221 ◦ green 225 ◦ blue 141

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

Shades of Primrose #DDE18D

Tints of Primrose #DDE18D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.33%

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

R = 37.65%
G = 38.33%
B = 24.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#DDE18D (or 0xDDE18D) is known color: Primrose. HEX triplet: DD, E1 and 8D. RGB value is (221,225,141). Sum of RGB (Red+Green+Blue) = 221+225+141=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE18D is #221E72. Grayscale: #D6D6D6. Windows color (decimal): -2236019 or 9298397. OLE color: 9298397.

HSL color Cylindrical-coordinate representation of color #DDE18D: hue angle of 62.86º degrees, saturation: 0.58, 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 #DDE18D is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 141 -
CMYK 0.02 0 0.37 0.12
HSL 62.86º 0.58% 0.72% -
HSV(B) 62.86º 0.37% 0.88% -
XYZ 61.55 71.15 35.69 -
YUV 214.23 86.67 132.83 -
System Red Green Blue C M Y K H S L
Decimal 221 225 141 0.02 0 0.37 0.12 62.86 0.58 0.72
Hex DD E1 8D 2 0 25 C 3F 3A 48
Octal 335 341 215 2 0 45 14 77 72 110
Binary 11011101 11100001 10001101 10 0 100101 1100 111111 111010 1001000

Color Harmonies of #DDE18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE18D

Black with #DDE18D

Text Example


Text Example

White with #DDE18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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