Html Css Color HEX #DFDF95 Primrose

📋 copy color: '#DFDF95'

red 223 ◦ green 223 ◦ blue 149

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

Shades of Primrose #DFDF95

Tints of Primrose #DFDF95

RGB

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

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

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

R = 37.48%
G = 37.48%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFDF95 (or 0xDFDF95) is known color: Primrose. HEX triplet: DF, DF and 95. RGB value is (223,223,149). Sum of RGB (Red+Green+Blue) = 223+223+149=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF95 is #20206A. Grayscale: #D6D6D6. Windows color (decimal): -2105451 or 9822175. OLE color: 9822175.

HSL color Cylindrical-coordinate representation of color #DFDF95: hue angle of 60º 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 #DFDF95 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 223 149 -
CMYK 0 0 0.33 0.13
HSL 60º 0.54% 0.73% -
HSV(B) 60º 0.33% 0.87% -
XYZ 62.24 70.63 38.79 -
YUV 214.56 91 134.02 -
System Red Green Blue C M Y K H S L
Decimal 223 223 149 0 0 0.33 0.13 60 0.54 0.73
Hex DF DF 95 0 0 21 D 3C 36 49
Octal 337 337 225 0 0 41 15 74 66 111
Binary 11011111 11011111 10010101 0 0 100001 1101 111100 110110 1001001

Color Harmonies of #DFDF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDF95

Black with #DFDF95

Text Example


Text Example

White with #DFDF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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