Html Css Color HEX #DFDC96 Primrose

📋 copy color: '#DFDC96'

red 223 ◦ green 220 ◦ blue 150

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

Shades of Primrose #DFDC96

Tints of Primrose #DFDC96

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.1%

 BLUE value IS 150 (58.98% from 255) = 25.3%

R = 37.61%
G = 37.1%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFDC96 (or 0xDFDC96) is known color: Primrose. HEX triplet: DF, DC and 96. RGB value is (223,220,150). Sum of RGB (Red+Green+Blue) = 223+220+150=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC96 is #202369. Grayscale: #D5D5D5. Windows color (decimal): -2106218 or 9886943. OLE color: 9886943.

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

Color convert

RGB 223 220 150 -
CMYK 0 0.01 0.33 0.13
HSL 57.53º 0.53% 0.73% -
HSV(B) 57.53º 0.33% 0.87% -
XYZ 61.53 69.08 38.94 -
YUV 212.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 223 220 150 0 0.01 0.33 0.13 57.53 0.53 0.73
Hex DF DC 96 0 1 21 D 3A 35 49
Octal 337 334 226 0 1 41 15 72 65 111
Binary 11011111 11011100 10010110 0 1 100001 1101 111010 110101 1001001

Color Harmonies of #DFDC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC96

Black with #DFDC96

Text Example


Text Example

White with #DFDC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC96; }

 p { color: rgb(223,220,150); }

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

background-color css

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

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

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

border-color css

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

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

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