Html Css Color HEX #DDE699 Primrose

📋 copy color: '#DDE699'

red 221 ◦ green 230 ◦ blue 153

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

Shades of Primrose #DDE699

Tints of Primrose #DDE699

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.08%

 BLUE value IS 153 (60.16% from 255) = 25.33%

R = 36.59%
G = 38.08%
B = 25.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#DDE699 (or 0xDDE699) is known color: Primrose. HEX triplet: DD, E6 and 99. RGB value is (221,230,153). Sum of RGB (Red+Green+Blue) = 221+230+153=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE699 is #221966. Grayscale: #DADADA. Windows color (decimal): -2234727 or 10086109. OLE color: 10086109.

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

Color convert

RGB 221 230 153 -
CMYK 0.04 0 0.33 0.10
HSL 67.01º 0.61% 0.75% -
HSV(B) 67.01º 0.33% 0.9% -
XYZ 63.87 74.27 41.11 -
YUV 218.53 91.02 129.76 -
System Red Green Blue C M Y K H S L
Decimal 221 230 153 0.04 0 0.33 0.10 67.01 0.61 0.75
Hex DD E6 99 4 0 21 A 43 3D 4B
Octal 335 346 231 4 0 41 12 103 75 113
Binary 11011101 11100110 10011001 100 0 100001 1010 1000011 111101 1001011

Color Harmonies of #DDE699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE699

Black with #DDE699

Text Example


Text Example

White with #DDE699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE699; }

 p { color: rgb(221,230,153); }

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

background-color css

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

 a { background-color: rgb(221,230,153); }

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

border-color css

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

 span { border-color: rgb(221,230,153); }

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