Html Css Color HEX #DDE48B Primrose

📋 copy color: '#DDE48B'

red 221 ◦ green 228 ◦ blue 139

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

Shades of Primrose #DDE48B

Tints of Primrose #DDE48B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.78%

 BLUE value IS 139 (54.69% from 255) = 23.64%

R = 37.59%
G = 38.78%
B = 23.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#DDE48B (or 0xDDE48B) is known color: Primrose. HEX triplet: DD, E4 and 8B. RGB value is (221,228,139). Sum of RGB (Red+Green+Blue) = 221+228+139=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE48B is #221B74. Grayscale: #D8D8D8. Windows color (decimal): -2235253 or 9168093. OLE color: 9168093.

HSL color Cylindrical-coordinate representation of color #DDE48B: hue angle of 64.72º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDE48B is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 228 139 -
CMYK 0.03 0 0.39 0.11
HSL 64.72º 0.62% 0.72% -
HSV(B) 64.72º 0.39% 0.89% -
XYZ 62.22 72.72 35.18 -
YUV 215.76 84.68 131.74 -
System Red Green Blue C M Y K H S L
Decimal 221 228 139 0.03 0 0.39 0.11 64.72 0.62 0.72
Hex DD E4 8B 3 0 27 B 41 3E 48
Octal 335 344 213 3 0 47 13 101 76 110
Binary 11011101 11100100 10001011 11 0 100111 1011 1000001 111110 1001000

Color Harmonies of #DDE48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE48B

Black with #DDE48B

Text Example


Text Example

White with #DDE48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE48B; }

 p { color: rgb(221,228,139); }

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

background-color css

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

 a { background-color: rgb(221,228,139); }

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

border-color css

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

 span { border-color: rgb(221,228,139); }

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