Html Css Color HEX #DEDE99 Primrose

📋 copy color: '#DEDE99'

red 222 ◦ green 222 ◦ blue 153

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

Shades of Primrose #DEDE99

Tints of Primrose #DEDE99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.63%

R = 37.19%
G = 37.19%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DEDE99 (or 0xDEDE99) is known color: Primrose. HEX triplet: DE, DE and 99. RGB value is (222,222,153). Sum of RGB (Red+Green+Blue) = 222+222+153=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 153 (60.16% from 255 or 25.63% from 597); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE99 is #212166. Grayscale: #D6D6D6. Windows color (decimal): -2171239 or 10084062. OLE color: 10084062.

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

Color convert

RGB 222 222 153 -
CMYK 0 0 0.31 0.13
HSL 60º 0.51% 0.74% -
HSV(B) 60º 0.31% 0.87% -
XYZ 62 70.07 40.39 -
YUV 214.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 222 222 153 0 0 0.31 0.13 60 0.51 0.74
Hex DE DE 99 0 0 1F D 3C 33 4A
Octal 336 336 231 0 0 37 15 74 63 112
Binary 11011110 11011110 10011001 0 0 11111 1101 111100 110011 1001010

Color Harmonies of #DEDE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE99

Black with #DEDE99

Text Example


Text Example

White with #DEDE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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