Html Css Color HEX #DDE592 Primrose

📋 copy color: '#DDE592'

red 221 ◦ green 229 ◦ blue 146

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

Shades of Primrose #DDE592

Tints of Primrose #DDE592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.5%

R = 37.08%
G = 38.42%
B = 24.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#DDE592 (or 0xDDE592) is known color: Primrose. HEX triplet: DD, E5 and 92. RGB value is (221,229,146). Sum of RGB (Red+Green+Blue) = 221+229+146=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE592 is #221A6D. Grayscale: #D9D9D9. Windows color (decimal): -2234990 or 9627101. OLE color: 9627101.

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

Color convert

RGB 221 229 146 -
CMYK 0.03 0 0.36 0.10
HSL 65.78º 0.61% 0.74% -
HSV(B) 65.78º 0.36% 0.9% -
XYZ 63.03 73.49 38.06 -
YUV 217.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 221 229 146 0.03 0 0.36 0.10 65.78 0.61 0.74
Hex DD E5 92 3 0 24 A 42 3D 4A
Octal 335 345 222 3 0 44 12 102 75 112
Binary 11011101 11100101 10010010 11 0 100100 1010 1000010 111101 1001010

Color Harmonies of #DDE592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE592

Black with #DDE592

Text Example


Text Example

White with #DDE592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE592; }

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

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

background-color css

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

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

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

border-color css

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

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

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