Html Css Color HEX #DEDB82 Primrose

📋 copy color: '#DEDB82'

red 222 ◦ green 219 ◦ blue 130

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

Shades of Primrose #DEDB82

Tints of Primrose #DEDB82

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.35%

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

R = 38.88%
G = 38.35%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DEDB82 (or 0xDEDB82) is known color: Primrose. HEX triplet: DE, DB and 82. RGB value is (222,219,130). Sum of RGB (Red+Green+Blue) = 222+219+130=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB82 is #21247D. Grayscale: #D2D2D2. Windows color (decimal): -2172030 or 8575966. OLE color: 8575966.

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

Color convert

RGB 222 219 130 -
CMYK 0 0.01 0.41 0.13
HSL 58.04º 0.58% 0.69% -
HSV(B) 58.04º 0.41% 0.87% -
XYZ 59.48 67.8 31.07 -
YUV 209.75 82.99 136.74 -
System Red Green Blue C M Y K H S L
Decimal 222 219 130 0 0.01 0.41 0.13 58.04 0.58 0.69
Hex DE DB 82 0 1 29 D 3A 3A 45
Octal 336 333 202 0 1 51 15 72 72 105
Binary 11011110 11011011 10000010 0 1 101001 1101 111010 111010 1000101

Color Harmonies of #DEDB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB82

Black with #DEDB82

Text Example


Text Example

White with #DEDB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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