Html Css Color HEX #DDEA87 Primrose

📋 copy color: '#DDEA87'

red 221 ◦ green 234 ◦ blue 135

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

Shades of Primrose #DDEA87

Tints of Primrose #DDEA87

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.66%

 BLUE value IS 135 (53.13% from 255) = 22.88%

R = 37.46%
G = 39.66%
B = 22.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#DDEA87 (or 0xDDEA87) is known color: Primrose. HEX triplet: DD, EA and 87. RGB value is (221,234,135). Sum of RGB (Red+Green+Blue) = 221+234+135=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 135 (53.12% from 255 or 22.88% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEA87 is #221578. Grayscale: #DBDBDB. Windows color (decimal): -2233721 or 8907485. OLE color: 8907485.

HSL color Cylindrical-coordinate representation of color #DDEA87: hue angle of 67.88º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDEA87 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 135 -
CMYK 0.06 0 0.42 0.08
HSL 67.88º 0.7% 0.72% -
HSV(B) 67.88º 0.42% 0.92% -
XYZ 63.61 75.97 34.23 -
YUV 218.83 80.69 129.55 -
System Red Green Blue C M Y K H S L
Decimal 221 234 135 0.06 0 0.42 0.08 67.88 0.7 0.72
Hex DD EA 87 6 0 2A 8 44 46 48
Octal 335 352 207 6 0 52 10 104 106 110
Binary 11011101 11101010 10000111 110 0 101010 1000 1000100 1000110 1001000

Color Harmonies of #DDEA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA87

Black with #DDEA87

Text Example


Text Example

White with #DDEA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA87; }

 p { color: rgb(221,234,135); }

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

background-color css

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

 a { background-color: rgb(221,234,135); }

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

border-color css

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

 span { border-color: rgb(221,234,135); }

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