Html Css Color HEX #DFDE95 Primrose

📋 copy color: '#DFDE95'

red 223 ◦ green 222 ◦ blue 149

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

Shades of Primrose #DFDE95

Tints of Primrose #DFDE95

RGB

 RED value IS 223 (87.5% from 255) = 37.54%

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

 BLUE value IS 149 (58.59% from 255) = 25.08%

R = 37.54%
G = 37.37%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFDE95 (or 0xDFDE95) is known color: Primrose. HEX triplet: DF, DE and 95. RGB value is (223,222,149). Sum of RGB (Red+Green+Blue) = 223+222+149=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE95 is #20216A. Grayscale: #D6D6D6. Windows color (decimal): -2105707 or 9821919. OLE color: 9821919.

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

Color convert

RGB 223 222 149 -
CMYK 0 0.00 0.33 0.13
HSL 59.19º 0.54% 0.73% -
HSV(B) 59.19º 0.33% 0.87% -
XYZ 61.98 70.1 38.7 -
YUV 213.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 223 222 149 0 0.00 0.33 0.13 59.19 0.54 0.73
Hex DF DE 95 0 0 21 D 3B 36 49
Octal 337 336 225 0 0 41 15 73 66 111
Binary 11011111 11011110 10010101 0 0 100001 1101 111011 110110 1001001

Color Harmonies of #DFDE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDE95

Black with #DFDE95

Text Example


Text Example

White with #DFDE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDE95; }

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

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

background-color css

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

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

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

border-color css

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

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

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