Html Css Color HEX #DFDC97 Primrose

📋 copy color: '#DFDC97'

red 223 ◦ green 220 ◦ blue 151

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

Shades of Primrose #DFDC97

Tints of Primrose #DFDC97

RGB

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

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

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

R = 37.54%
G = 37.04%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DFDC97 (or 0xDFDC97) is known color: Primrose. HEX triplet: DF, DC and 97. RGB value is (223,220,151). Sum of RGB (Red+Green+Blue) = 223+220+151=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 151 (59.38% from 255 or 25.42% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC97 is #202368. Grayscale: #D5D5D5. Windows color (decimal): -2106217 or 9952479. OLE color: 9952479.

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

Color convert

RGB 223 220 151 -
CMYK 0 0.01 0.32 0.13
HSL 57.5º 0.53% 0.73% -
HSV(B) 57.5º 0.32% 0.87% -
XYZ 61.61 69.11 39.37 -
YUV 213.03 92.99 135.11 -
System Red Green Blue C M Y K H S L
Decimal 223 220 151 0 0.01 0.32 0.13 57.5 0.53 0.73
Hex DF DC 97 0 1 20 D 3A 35 49
Octal 337 334 227 0 1 40 15 72 65 111
Binary 11011111 11011100 10010111 0 1 100000 1101 111010 110101 1001001

Color Harmonies of #DFDC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC97

Black with #DFDC97

Text Example


Text Example

White with #DFDC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC97; }

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

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

background-color css

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

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

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

border-color css

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

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

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