Html Css Color HEX #DDDA99 Primrose

📋 copy color: '#DDDA99'

red 221 ◦ green 218 ◦ blue 153

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

Shades of Primrose #DDDA99

Tints of Primrose #DDDA99

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.82%

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

R = 37.33%
G = 36.82%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDDA99 (or 0xDDDA99) is known color: Primrose. HEX triplet: DD, DA and 99. RGB value is (221,218,153). Sum of RGB (Red+Green+Blue) = 221+218+153=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 153 (60.16% from 255 or 25.84% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA99 is #222566. Grayscale: #D3D3D3. Windows color (decimal): -2237799 or 10083037. OLE color: 10083037.

HSL color Cylindrical-coordinate representation of color #DDDA99: hue angle of 57.35º 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 #DDDA99 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 218 153 -
CMYK 0 0.01 0.31 0.13
HSL 57.35º 0.5% 0.73% -
HSV(B) 57.35º 0.31% 0.87% -
XYZ 60.64 67.81 40.03 -
YUV 211.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 221 218 153 0 0.01 0.31 0.13 57.35 0.5 0.73
Hex DD DA 99 0 1 1F D 39 32 49
Octal 335 332 231 0 1 37 15 71 62 111
Binary 11011101 11011010 10011001 0 1 11111 1101 111001 110010 1001001

Color Harmonies of #DDDA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA99

Black with #DDDA99

Text Example


Text Example

White with #DDDA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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