Html Css Color HEX #DED883 Primrose

📋 copy color: '#DED883'

red 222 ◦ green 216 ◦ blue 131

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

Shades of Primrose #DED883

Tints of Primrose #DED883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.02%

R = 39.02%
G = 37.96%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DED883 (or 0xDED883) is known color: Primrose. HEX triplet: DE, D8 and 83. RGB value is (222,216,131). Sum of RGB (Red+Green+Blue) = 222+216+131=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 131 (51.56% from 255 or 23.02% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DED883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED883 is #21277C. Grayscale: #D0D0D0. Windows color (decimal): -2172797 or 8640734. OLE color: 8640734.

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

Color convert

RGB 222 216 131 -
CMYK 0 0.03 0.41 0.13
HSL 56.04º 0.58% 0.69% -
HSV(B) 56.04º 0.41% 0.87% -
XYZ 58.78 66.28 31.17 -
YUV 208.1 84.49 137.91 -
System Red Green Blue C M Y K H S L
Decimal 222 216 131 0 0.03 0.41 0.13 56.04 0.58 0.69
Hex DE D8 83 0 3 29 D 38 3A 45
Octal 336 330 203 0 3 51 15 70 72 105
Binary 11011110 11011000 10000011 0 11 101001 1101 111000 111010 1000101

Color Harmonies of #DED883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED883

Black with #DED883

Text Example


Text Example

White with #DED883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED883; }

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

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

background-color css

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

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

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

border-color css

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

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

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