Html Css Color HEX #DDE785 Primrose

📋 copy color: '#DDE785'

red 221 ◦ green 231 ◦ blue 133

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

Shades of Primrose #DDE785

Tints of Primrose #DDE785

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.49%

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

R = 37.78%
G = 39.49%
B = 22.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#DDE785 (or 0xDDE785) is known color: Primrose. HEX triplet: DD, E7 and 85. RGB value is (221,231,133). Sum of RGB (Red+Green+Blue) = 221+231+133=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE785 is #22187A. Grayscale: #D9D9D9. Windows color (decimal): -2234491 or 8775645. OLE color: 8775645.

HSL color Cylindrical-coordinate representation of color #DDE785: hue angle of 66.12º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDE785 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 231 133 -
CMYK 0.04 0 0.42 0.09
HSL 66.12º 0.67% 0.71% -
HSV(B) 66.12º 0.42% 0.91% -
XYZ 62.63 74.22 33.21 -
YUV 216.84 80.69 130.97 -
System Red Green Blue C M Y K H S L
Decimal 221 231 133 0.04 0 0.42 0.09 66.12 0.67 0.71
Hex DD E7 85 4 0 2A 9 42 43 47
Octal 335 347 205 4 0 52 11 102 103 107
Binary 11011101 11100111 10000101 100 0 101010 1001 1000010 1000011 1000111

Color Harmonies of #DDE785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE785

Black with #DDE785

Text Example


Text Example

White with #DDE785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE785; }

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

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

background-color css

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

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

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

border-color css

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

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

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