Html Css Color HEX #DEDF97 Primrose

📋 copy color: '#DEDF97'

red 222 ◦ green 223 ◦ blue 151

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

Shades of Primrose #DEDF97

Tints of Primrose #DEDF97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.34%

R = 37.25%
G = 37.42%
B = 25.34%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEDF97 (or 0xDEDF97) is known color: Primrose. HEX triplet: DE, DF and 97. RGB value is (222,223,151). Sum of RGB (Red+Green+Blue) = 222+223+151=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDF97 is #212068. Grayscale: #D6D6D6. Windows color (decimal): -2170985 or 9953246. OLE color: 9953246.

HSL color Cylindrical-coordinate representation of color #DEDF97: hue angle of 60.83º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEDF97 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 223 151 -
CMYK 0.00 0 0.32 0.13
HSL 60.83º 0.53% 0.73% -
HSV(B) 60.83º 0.32% 0.87% -
XYZ 62.1 70.54 39.62 -
YUV 214.49 92.17 133.35 -
System Red Green Blue C M Y K H S L
Decimal 222 223 151 0.00 0 0.32 0.13 60.83 0.53 0.73
Hex DE DF 97 0 0 20 D 3D 35 49
Octal 336 337 227 0 0 40 15 75 65 111
Binary 11011110 11011111 10010111 0 0 100000 1101 111101 110101 1001001

Color Harmonies of #DEDF97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF97

Black with #DEDF97

Text Example


Text Example

White with #DEDF97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF97; }

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

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

background-color css

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

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

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

border-color css

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

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

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