Html Css Color HEX #DEDE8D Primrose

📋 copy color: '#DEDE8D'

red 222 ◦ green 222 ◦ blue 141

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

Shades of Primrose #DEDE8D

Tints of Primrose #DEDE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.1%

R = 37.95%
G = 37.95%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DEDE8D (or 0xDEDE8D) is known color: Primrose. HEX triplet: DE, DE and 8D. RGB value is (222,222,141). Sum of RGB (Red+Green+Blue) = 222+222+141=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE8D is #212172. Grayscale: #D5D5D5. Windows color (decimal): -2171251 or 9297630. OLE color: 9297630.

HSL color Cylindrical-coordinate representation of color #DEDE8D: hue angle of 60º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEDE8D is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 222 141 -
CMYK 0 0 0.36 0.13
HSL 60º 0.55% 0.71% -
HSV(B) 60º 0.36% 0.87% -
XYZ 61.05 69.7 35.43 -
YUV 212.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 222 222 141 0 0 0.36 0.13 60 0.55 0.71
Hex DE DE 8D 0 0 24 D 3C 37 47
Octal 336 336 215 0 0 44 15 74 67 107
Binary 11011110 11011110 10001101 0 0 100100 1101 111100 110111 1000111

Color Harmonies of #DEDE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE8D

Black with #DEDE8D

Text Example


Text Example

White with #DEDE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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