Html Css Color HEX #DDD593 Primrose

📋 copy color: '#DDD593'

red 221 ◦ green 213 ◦ blue 147

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

Shades of Primrose #DDD593

Tints of Primrose #DDD593

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.66%

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

R = 38.04%
G = 36.66%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDD593 (or 0xDDD593) is known color: Primrose. HEX triplet: DD, D5 and 93. RGB value is (221,213,147). Sum of RGB (Red+Green+Blue) = 221+213+147=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 147 (57.81% from 255 or 25.30% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD593 is #222A6C. Grayscale: #D0D0D0. Windows color (decimal): -2239085 or 9688541. OLE color: 9688541.

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

Color convert

RGB 221 213 147 -
CMYK 0 0.04 0.33 0.13
HSL 53.51º 0.52% 0.72% -
HSV(B) 53.51º 0.33% 0.87% -
XYZ 58.88 65.07 37.06 -
YUV 207.87 93.65 137.37 -
System Red Green Blue C M Y K H S L
Decimal 221 213 147 0 0.04 0.33 0.13 53.51 0.52 0.72
Hex DD D5 93 0 4 21 D 36 34 48
Octal 335 325 223 0 4 41 15 66 64 110
Binary 11011101 11010101 10010011 0 100 100001 1101 110110 110100 1001000

Color Harmonies of #DDD593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD593

Black with #DDD593

Text Example


Text Example

White with #DDD593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD593; }

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

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

background-color css

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

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

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

border-color css

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

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

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