Html Css Color HEX #DDE58A Primrose

📋 copy color: '#DDE58A'

red 221 ◦ green 229 ◦ blue 138

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

Shades of Primrose #DDE58A

Tints of Primrose #DDE58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.47%

R = 37.59%
G = 38.95%
B = 23.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#DDE58A (or 0xDDE58A) is known color: Primrose. HEX triplet: DD, E5 and 8A. RGB value is (221,229,138). Sum of RGB (Red+Green+Blue) = 221+229+138=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE58A is #221A75. Grayscale: #D8D8D8. Windows color (decimal): -2234998 or 9102813. OLE color: 9102813.

HSL color Cylindrical-coordinate representation of color #DDE58A: hue angle of 65.27º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDE58A is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 229 138 -
CMYK 0.03 0 0.40 0.10
HSL 65.27º 0.64% 0.72% -
HSV(B) 65.27º 0.4% 0.9% -
XYZ 62.43 73.25 34.89 -
YUV 216.23 83.85 131.4 -
System Red Green Blue C M Y K H S L
Decimal 221 229 138 0.03 0 0.40 0.10 65.27 0.64 0.72
Hex DD E5 8A 3 0 28 A 41 40 48
Octal 335 345 212 3 0 50 12 101 100 110
Binary 11011101 11100101 10001010 11 0 101000 1010 1000001 1000000 1001000

Color Harmonies of #DDE58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE58A

Black with #DDE58A

Text Example


Text Example

White with #DDE58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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