Html Css Color HEX #DDD793 Primrose

📋 copy color: '#DDD793'

red 221 ◦ green 215 ◦ blue 147

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

Shades of Primrose #DDD793

Tints of Primrose #DDD793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.21%

R = 37.91%
G = 36.88%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDD793 (or 0xDDD793) is known color: Primrose. HEX triplet: DD, D7 and 93. RGB value is (221,215,147). Sum of RGB (Red+Green+Blue) = 221+215+147=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 147 (57.81% from 255 or 25.21% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD793 is #22286C. Grayscale: #D1D1D1. Windows color (decimal): -2238573 or 9689053. OLE color: 9689053.

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

Color convert

RGB 221 215 147 -
CMYK 0 0.03 0.33 0.13
HSL 55.14º 0.52% 0.72% -
HSV(B) 55.14º 0.33% 0.87% -
XYZ 59.39 66.08 37.23 -
YUV 209.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 221 215 147 0 0.03 0.33 0.13 55.14 0.52 0.72
Hex DD D7 93 0 3 21 D 37 34 48
Octal 335 327 223 0 3 41 15 67 64 110
Binary 11011101 11010111 10010011 0 11 100001 1101 110111 110100 1001000

Color Harmonies of #DDD793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD793

Black with #DDD793

Text Example


Text Example

White with #DDD793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD793; }

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

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

background-color css

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

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

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

border-color css

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

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

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