Html Css Color HEX #DEDF99 Primrose

📋 copy color: '#DEDF99'

red 222 ◦ green 223 ◦ blue 153

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

Shades of Primrose #DEDF99

Tints of Primrose #DEDF99

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.29%

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

R = 37.12%
G = 37.29%
B = 25.59%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DEDF99 (or 0xDEDF99) is known color: Primrose. HEX triplet: DE, DF and 99. RGB value is (222,223,153). Sum of RGB (Red+Green+Blue) = 222+223+153=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 153 (60.16% from 255 or 25.59% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDF99 is #212066. Grayscale: #D7D7D7. Windows color (decimal): -2170983 or 10084318. OLE color: 10084318.

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

Color convert

RGB 222 223 153 -
CMYK 0.00 0 0.31 0.13
HSL 60.86º 0.52% 0.74% -
HSV(B) 60.86º 0.31% 0.87% -
XYZ 62.26 70.6 40.48 -
YUV 214.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 222 223 153 0.00 0 0.31 0.13 60.86 0.52 0.74
Hex DE DF 99 0 0 1F D 3D 34 4A
Octal 336 337 231 0 0 37 15 75 64 112
Binary 11011110 11011111 10011001 0 0 11111 1101 111101 110100 1001010

Color Harmonies of #DEDF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF99

Black with #DEDF99

Text Example


Text Example

White with #DEDF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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