Html Css Color HEX #DEDD84 Primrose

📋 copy color: '#DEDD84'

red 222 ◦ green 221 ◦ blue 132

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

Shades of Primrose #DEDD84

Tints of Primrose #DEDD84

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.43%

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

R = 38.61%
G = 38.43%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DEDD84 (or 0xDEDD84) is known color: Primrose. HEX triplet: DE, DD and 84. RGB value is (222,221,132). Sum of RGB (Red+Green+Blue) = 222+221+132=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 132 (51.95% from 255 or 22.96% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD84 is #21227B. Grayscale: #D3D3D3. Windows color (decimal): -2171516 or 8707550. OLE color: 8707550.

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

Color convert

RGB 222 221 132 -
CMYK 0 0.00 0.41 0.13
HSL 59.33º 0.58% 0.69% -
HSV(B) 59.33º 0.41% 0.87% -
XYZ 60.15 68.91 31.96 -
YUV 211.15 83.33 135.74 -
System Red Green Blue C M Y K H S L
Decimal 222 221 132 0 0.00 0.41 0.13 59.33 0.58 0.69
Hex DE DD 84 0 0 29 D 3B 3A 45
Octal 336 335 204 0 0 51 15 73 72 105
Binary 11011110 11011101 10000100 0 0 101001 1101 111011 111010 1000101

Color Harmonies of #DEDD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD84

Black with #DEDD84

Text Example


Text Example

White with #DEDD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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