Html Css Color HEX #DDDB90 Primrose

📋 copy color: '#DDDB90'

red 221 ◦ green 219 ◦ blue 144

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

Shades of Primrose #DDDB90

Tints of Primrose #DDDB90

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.5%

 BLUE value IS 144 (56.64% from 255) = 24.66%

R = 37.84%
G = 37.5%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDDB90 (or 0xDDDB90) is known color: Primrose. HEX triplet: DD, DB and 90. RGB value is (221,219,144). Sum of RGB (Red+Green+Blue) = 221+219+144=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB90 is #22246F. Grayscale: #D3D3D3. Windows color (decimal): -2237552 or 9493469. OLE color: 9493469.

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

Color convert

RGB 221 219 144 -
CMYK 0 0.01 0.35 0.13
HSL 58.44º 0.53% 0.72% -
HSV(B) 58.44º 0.35% 0.87% -
XYZ 60.18 68.05 36.35 -
YUV 211.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 221 219 144 0 0.01 0.35 0.13 58.44 0.53 0.72
Hex DD DB 90 0 1 23 D 3A 35 48
Octal 335 333 220 0 1 43 15 72 65 110
Binary 11011101 11011011 10010000 0 1 100011 1101 111010 110101 1001000

Color Harmonies of #DDDB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB90

Black with #DDDB90

Text Example


Text Example

White with #DDDB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB90; }

 p { color: rgb(221,219,144); }

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

background-color css

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

 a { background-color: rgb(221,219,144); }

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

border-color css

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

 span { border-color: rgb(221,219,144); }

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