Html Css Color HEX #DDD799 Primrose

📋 copy color: '#DDD799'

red 221 ◦ green 215 ◦ blue 153

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

Shades of Primrose #DDD799

Tints of Primrose #DDD799

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.5%

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

R = 37.52%
G = 36.5%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDD799 (or 0xDDD799) is known color: Primrose. HEX triplet: DD, D7 and 99. RGB value is (221,215,153). Sum of RGB (Red+Green+Blue) = 221+215+153=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 153 (60.16% from 255 or 25.98% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD799 is #222866. Grayscale: #D1D1D1. Windows color (decimal): -2238567 or 10082269. OLE color: 10082269.

HSL color Cylindrical-coordinate representation of color #DDD799: hue angle of 54.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDD799 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 153 -
CMYK 0 0.03 0.31 0.13
HSL 54.71º 0.5% 0.73% -
HSV(B) 54.71º 0.31% 0.87% -
XYZ 59.87 66.27 39.77 -
YUV 209.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 221 215 153 0 0.03 0.31 0.13 54.71 0.5 0.73
Hex DD D7 99 0 3 1F D 37 32 49
Octal 335 327 231 0 3 37 15 67 62 111
Binary 11011101 11010111 10011001 0 11 11111 1101 110111 110010 1001001

Color Harmonies of #DDD799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD799

Black with #DDD799

Text Example


Text Example

White with #DDD799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD799; }

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

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

background-color css

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

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

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

border-color css

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

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

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