Html Css Color HEX #DDDD90 Primrose

📋 copy color: '#DDDD90'

red 221 ◦ green 221 ◦ blue 144

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

Shades of Primrose #DDDD90

Tints of Primrose #DDDD90

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.71%

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

R = 37.71%
G = 37.71%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDDD90 (or 0xDDDD90) is known color: Primrose. HEX triplet: DD, DD and 90. RGB value is (221,221,144). Sum of RGB (Red+Green+Blue) = 221+221+144=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD90 is #22226F. Grayscale: #D4D4D4. Windows color (decimal): -2237040 or 9493981. OLE color: 9493981.

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

Color convert

RGB 221 221 144 -
CMYK 0 0 0.35 0.13
HSL 60º 0.53% 0.72% -
HSV(B) 60º 0.35% 0.87% -
XYZ 60.71 69.1 36.52 -
YUV 212.22 89.5 134.26 -
System Red Green Blue C M Y K H S L
Decimal 221 221 144 0 0 0.35 0.13 60 0.53 0.72
Hex DD DD 90 0 0 23 D 3C 35 48
Octal 335 335 220 0 0 43 15 74 65 110
Binary 11011101 11011101 10010000 0 0 100011 1101 111100 110101 1001000

Color Harmonies of #DDDD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD90

Black with #DDDD90

Text Example


Text Example

White with #DDDD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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