Html Css Color HEX #DED882 Primrose

📋 copy color: '#DED882'

red 222 ◦ green 216 ◦ blue 130

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

Shades of Primrose #DED882

Tints of Primrose #DED882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.89%

R = 39.08%
G = 38.03%
B = 22.89%

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

#DED882 (or 0xDED882) is known color: Primrose. HEX triplet: DE, D8 and 82. RGB value is (222,216,130). Sum of RGB (Red+Green+Blue) = 222+216+130=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DED882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED882 is #21277D. Grayscale: #D0D0D0. Windows color (decimal): -2172798 or 8575198. OLE color: 8575198.

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

Color convert

RGB 222 216 130 -
CMYK 0 0.03 0.41 0.13
HSL 56.09º 0.58% 0.69% -
HSV(B) 56.09º 0.41% 0.87% -
XYZ 58.71 66.25 30.81 -
YUV 207.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 222 216 130 0 0.03 0.41 0.13 56.09 0.58 0.69
Hex DE D8 82 0 3 29 D 38 3A 45
Octal 336 330 202 0 3 51 15 70 72 105
Binary 11011110 11011000 10000010 0 11 101001 1101 111000 111010 1000101

Color Harmonies of #DED882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED882

Black with #DED882

Text Example


Text Example

White with #DED882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED882; }

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

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

background-color css

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

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

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

border-color css

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

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

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