Html Css Color HEX #DDD88D Primrose

📋 copy color: '#DDD88D'

red 221 ◦ green 216 ◦ blue 141

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

Shades of Primrose #DDD88D

Tints of Primrose #DDD88D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.37%

 BLUE value IS 141 (55.47% from 255) = 24.39%

R = 38.24%
G = 37.37%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDD88D (or 0xDDD88D) is known color: Primrose. HEX triplet: DD, D8 and 8D. RGB value is (221,216,141). Sum of RGB (Red+Green+Blue) = 221+216+141=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD88D is #222772. Grayscale: #D1D1D1. Windows color (decimal): -2238323 or 9296093. OLE color: 9296093.

HSL color Cylindrical-coordinate representation of color #DDD88D: hue angle of 56.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDD88D is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 216 141 -
CMYK 0 0.02 0.36 0.13
HSL 56.25º 0.54% 0.71% -
HSV(B) 56.25º 0.36% 0.87% -
XYZ 59.18 66.41 34.9 -
YUV 208.95 89.66 136.6 -
System Red Green Blue C M Y K H S L
Decimal 221 216 141 0 0.02 0.36 0.13 56.25 0.54 0.71
Hex DD D8 8D 0 2 24 D 38 36 47
Octal 335 330 215 0 2 44 15 70 66 107
Binary 11011101 11011000 10001101 0 10 100100 1101 111000 110110 1000111

Color Harmonies of #DDD88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD88D

Black with #DDD88D

Text Example


Text Example

White with #DDD88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD88D; }

 p { color: rgb(221,216,141); }

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

background-color css

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

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

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

border-color css

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

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

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