Html Css Color HEX #DDD88F Primrose

📋 copy color: '#DDD88F'

red 221 ◦ green 216 ◦ blue 143

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

Shades of Primrose #DDD88F

Tints of Primrose #DDD88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.66%

R = 38.1%
G = 37.24%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDD88F (or 0xDDD88F) is known color: Primrose. HEX triplet: DD, D8 and 8F. RGB value is (221,216,143). Sum of RGB (Red+Green+Blue) = 221+216+143=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD88F is #222770. Grayscale: #D1D1D1. Windows color (decimal): -2238321 or 9427165. OLE color: 9427165.

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

Color convert

RGB 221 216 143 -
CMYK 0 0.02 0.35 0.13
HSL 56.15º 0.53% 0.71% -
HSV(B) 56.15º 0.35% 0.87% -
XYZ 59.33 66.47 35.69 -
YUV 209.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 221 216 143 0 0.02 0.35 0.13 56.15 0.53 0.71
Hex DD D8 8F 0 2 23 D 38 35 47
Octal 335 330 217 0 2 43 15 70 65 107
Binary 11011101 11011000 10001111 0 10 100011 1101 111000 110101 1000111

Color Harmonies of #DDD88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD88F

Black with #DDD88F

Text Example


Text Example

White with #DDD88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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