Html Css Color HEX #DEDE84 Primrose

📋 copy color: '#DEDE84'

red 222 ◦ green 222 ◦ blue 132

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

Shades of Primrose #DEDE84

Tints of Primrose #DEDE84

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.54%

 BLUE value IS 132 (51.95% from 255) = 22.92%

R = 38.54%
G = 38.54%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DEDE84 (or 0xDEDE84) is known color: Primrose. HEX triplet: DE, DE and 84. RGB value is (222,222,132). Sum of RGB (Red+Green+Blue) = 222+222+132=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE84 is #21217B. Grayscale: #D4D4D4. Windows color (decimal): -2171260 or 8707806. OLE color: 8707806.

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

Color convert

RGB 222 222 132 -
CMYK 0 0 0.41 0.13
HSL 60º 0.58% 0.69% -
HSV(B) 60º 0.41% 0.87% -
XYZ 60.41 69.44 32.05 -
YUV 211.74 83 135.32 -
System Red Green Blue C M Y K H S L
Decimal 222 222 132 0 0 0.41 0.13 60 0.58 0.69
Hex DE DE 84 0 0 29 D 3C 3A 45
Octal 336 336 204 0 0 51 15 74 72 105
Binary 11011110 11011110 10000100 0 0 101001 1101 111100 111010 1000101

Color Harmonies of #DEDE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE84

Black with #DEDE84

Text Example


Text Example

White with #DEDE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE84; }

 p { color: rgb(222,222,132); }

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

background-color css

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

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

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

border-color css

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

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

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