Html Css Color HEX #DDDE90 Primrose

📋 copy color: '#DDDE90'

red 221 ◦ green 222 ◦ blue 144

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

Shades of Primrose #DDDE90

Tints of Primrose #DDDE90

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.82%

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

R = 37.65%
G = 37.82%
B = 24.53%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDDE90 (or 0xDDDE90) is known color: Primrose. HEX triplet: DD, DE and 90. RGB value is (221,222,144). Sum of RGB (Red+Green+Blue) = 221+222+144=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDE90 is #22216F. Grayscale: #D5D5D5. Windows color (decimal): -2236784 or 9494237. OLE color: 9494237.

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

Color convert

RGB 221 222 144 -
CMYK 0.00 0 0.35 0.13
HSL 60.77º 0.54% 0.72% -
HSV(B) 60.77º 0.35% 0.87% -
XYZ 60.97 69.63 36.61 -
YUV 212.81 89.17 133.84 -
System Red Green Blue C M Y K H S L
Decimal 221 222 144 0.00 0 0.35 0.13 60.77 0.54 0.72
Hex DD DE 90 0 0 23 D 3D 36 48
Octal 335 336 220 0 0 43 15 75 66 110
Binary 11011101 11011110 10010000 0 0 100011 1101 111101 110110 1001000

Color Harmonies of #DDDE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE90

Black with #DDDE90

Text Example


Text Example

White with #DDDE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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