Html Css Color HEX #DED88F Primrose

📋 copy color: '#DED88F'

red 222 ◦ green 216 ◦ blue 143

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

Shades of Primrose #DED88F

Tints of Primrose #DED88F

RGB

 RED value IS 222 (87.11% from 255) = 38.21%

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

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

R = 38.21%
G = 37.18%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DED88F (or 0xDED88F) is known color: Primrose. HEX triplet: DE, D8 and 8F. RGB value is (222,216,143). Sum of RGB (Red+Green+Blue) = 222+216+143=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DED88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED88F is #212770. Grayscale: #D1D1D1. Windows color (decimal): -2172785 or 9427166. OLE color: 9427166.

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

Color convert

RGB 222 216 143 -
CMYK 0 0.03 0.36 0.13
HSL 55.44º 0.54% 0.72% -
HSV(B) 55.44º 0.36% 0.87% -
XYZ 59.64 66.62 35.7 -
YUV 209.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 222 216 143 0 0.03 0.36 0.13 55.44 0.54 0.72
Hex DE D8 8F 0 3 24 D 37 36 48
Octal 336 330 217 0 3 44 15 67 66 110
Binary 11011110 11011000 10001111 0 11 100100 1101 110111 110110 1001000

Color Harmonies of #DED88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED88F

Black with #DED88F

Text Example


Text Example

White with #DED88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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