Html Css Color HEX #DDE385 Primrose

📋 copy color: '#DDE385'

red 221 ◦ green 227 ◦ blue 133

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

Shades of Primrose #DDE385

Tints of Primrose #DDE385

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.07%

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

R = 38.04%
G = 39.07%
B = 22.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#DDE385 (or 0xDDE385) is known color: Primrose. HEX triplet: DD, E3 and 85. RGB value is (221,227,133). Sum of RGB (Red+Green+Blue) = 221+227+133=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 227 (89.06% from 255 or 39.07% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE385 is #221C7A. Grayscale: #D6D6D6. Windows color (decimal): -2235515 or 8774621. OLE color: 8774621.

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

Color convert

RGB 221 227 133 -
CMYK 0.03 0 0.41 0.11
HSL 63.83º 0.63% 0.71% -
HSV(B) 63.83º 0.41% 0.89% -
XYZ 61.52 72 32.85 -
YUV 214.49 82.01 132.64 -
System Red Green Blue C M Y K H S L
Decimal 221 227 133 0.03 0 0.41 0.11 63.83 0.63 0.71
Hex DD E3 85 3 0 29 B 40 3F 47
Octal 335 343 205 3 0 51 13 100 77 107
Binary 11011101 11100011 10000101 11 0 101001 1011 1000000 111111 1000111

Color Harmonies of #DDE385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE385

Black with #DDE385

Text Example


Text Example

White with #DDE385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE385; }

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

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

background-color css

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

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

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

border-color css

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

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

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