Html Css Color HEX #DDE484 Primrose

📋 copy color: '#DDE484'

red 221 ◦ green 228 ◦ blue 132

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

Shades of Primrose #DDE484

Tints of Primrose #DDE484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.72%

R = 38.04%
G = 39.24%
B = 22.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#DDE484 (or 0xDDE484) is known color: Primrose. HEX triplet: DD, E4 and 84. RGB value is (221,228,132). Sum of RGB (Red+Green+Blue) = 221+228+132=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE484 is #221B7B. Grayscale: #D7D7D7. Windows color (decimal): -2235260 or 8709341. OLE color: 8709341.

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

Color convert

RGB 221 228 132 -
CMYK 0.03 0 0.42 0.11
HSL 64.38º 0.64% 0.71% -
HSV(B) 64.38º 0.42% 0.89% -
XYZ 61.73 72.52 32.58 -
YUV 214.96 81.18 132.31 -
System Red Green Blue C M Y K H S L
Decimal 221 228 132 0.03 0 0.42 0.11 64.38 0.64 0.71
Hex DD E4 84 3 0 2A B 40 40 47
Octal 335 344 204 3 0 52 13 100 100 107
Binary 11011101 11100100 10000100 11 0 101010 1011 1000000 1000000 1000111

Color Harmonies of #DDE484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE484

Black with #DDE484

Text Example


Text Example

White with #DDE484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE484; }

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

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

background-color css

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

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

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

border-color css

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

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

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