Html Css Color HEX #DDE585 Primrose

📋 copy color: '#DDE585'

red 221 ◦ green 229 ◦ blue 133

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

Shades of Primrose #DDE585

Tints of Primrose #DDE585

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.28%

 BLUE value IS 133 (52.34% from 255) = 22.81%

R = 37.91%
G = 39.28%
B = 22.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#DDE585 (or 0xDDE585) is known color: Primrose. HEX triplet: DD, E5 and 85. RGB value is (221,229,133). Sum of RGB (Red+Green+Blue) = 221+229+133=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE585 is #221A7A. Grayscale: #D8D8D8. Windows color (decimal): -2235003 or 8775133. OLE color: 8775133.

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

Color convert

RGB 221 229 133 -
CMYK 0.03 0 0.42 0.10
HSL 65º 0.65% 0.71% -
HSV(B) 65º 0.42% 0.9% -
XYZ 62.07 73.1 33.03 -
YUV 215.66 81.35 131.81 -
System Red Green Blue C M Y K H S L
Decimal 221 229 133 0.03 0 0.42 0.10 65 0.65 0.71
Hex DD E5 85 3 0 2A A 41 41 47
Octal 335 345 205 3 0 52 12 101 101 107
Binary 11011101 11100101 10000101 11 0 101010 1010 1000001 1000001 1000111

Color Harmonies of #DDE585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE585

Black with #DDE585

Text Example


Text Example

White with #DDE585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE585; }

 p { color: rgb(221,229,133); }

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

background-color css

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

 a { background-color: rgb(221,229,133); }

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

border-color css

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

 span { border-color: rgb(221,229,133); }

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