Html Css Color HEX #DDDA96 Primrose

📋 copy color: '#DDDA96'

red 221 ◦ green 218 ◦ blue 150

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

Shades of Primrose #DDDA96

Tints of Primrose #DDDA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.47%

R = 37.52%
G = 37.01%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDDA96 (or 0xDDDA96) is known color: Primrose. HEX triplet: DD, DA and 96. RGB value is (221,218,150). Sum of RGB (Red+Green+Blue) = 221+218+150=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA96 is #222569. Grayscale: #D3D3D3. Windows color (decimal): -2237802 or 9886429. OLE color: 9886429.

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

Color convert

RGB 221 218 150 -
CMYK 0 0.01 0.32 0.13
HSL 57.46º 0.51% 0.73% -
HSV(B) 57.46º 0.32% 0.87% -
XYZ 60.4 67.72 38.74 -
YUV 211.15 93.49 135.03 -
System Red Green Blue C M Y K H S L
Decimal 221 218 150 0 0.01 0.32 0.13 57.46 0.51 0.73
Hex DD DA 96 0 1 20 D 39 33 49
Octal 335 332 226 0 1 40 15 71 63 111
Binary 11011101 11011010 10010110 0 1 100000 1101 111001 110011 1001001

Color Harmonies of #DDDA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA96

Black with #DDDA96

Text Example


Text Example

White with #DDDA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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