Html Css Color HEX #DDD790 Primrose

📋 copy color: '#DDD790'

red 221 ◦ green 215 ◦ blue 144

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

Shades of Primrose #DDD790

Tints of Primrose #DDD790

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.07%

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

R = 38.1%
G = 37.07%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDD790 (or 0xDDD790) is known color: Primrose. HEX triplet: DD, D7 and 90. RGB value is (221,215,144). Sum of RGB (Red+Green+Blue) = 221+215+144=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD790 is #22286F. Grayscale: #D0D0D0. Windows color (decimal): -2238576 or 9492445. OLE color: 9492445.

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

Color convert

RGB 221 215 144 -
CMYK 0 0.03 0.35 0.13
HSL 55.32º 0.53% 0.72% -
HSV(B) 55.32º 0.35% 0.87% -
XYZ 59.15 65.99 36 -
YUV 208.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 221 215 144 0 0.03 0.35 0.13 55.32 0.53 0.72
Hex DD D7 90 0 3 23 D 37 35 48
Octal 335 327 220 0 3 43 15 67 65 110
Binary 11011101 11010111 10010000 0 11 100011 1101 110111 110101 1001000

Color Harmonies of #DDD790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD790

Black with #DDD790

Text Example


Text Example

White with #DDD790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD790; }

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

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

background-color css

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

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

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

border-color css

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

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

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