Html Css Color HEX #DFDC99 Primrose

📋 copy color: '#DFDC99'

red 223 ◦ green 220 ◦ blue 153

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

Shades of Primrose #DFDC99

Tints of Primrose #DFDC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.67%

R = 37.42%
G = 36.91%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DFDC99 (or 0xDFDC99) is known color: Primrose. HEX triplet: DF, DC and 99. RGB value is (223,220,153). Sum of RGB (Red+Green+Blue) = 223+220+153=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC99 is #202366. Grayscale: #D5D5D5. Windows color (decimal): -2106215 or 10083551. OLE color: 10083551.

HSL color Cylindrical-coordinate representation of color #DFDC99: hue angle of 57.43º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFDC99 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 220 153 -
CMYK 0 0.01 0.31 0.13
HSL 57.43º 0.52% 0.74% -
HSV(B) 57.43º 0.31% 0.87% -
XYZ 61.77 69.17 40.23 -
YUV 213.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 223 220 153 0 0.01 0.31 0.13 57.43 0.52 0.74
Hex DF DC 99 0 1 1F D 39 34 4A
Octal 337 334 231 0 1 37 15 71 64 112
Binary 11011111 11011100 10011001 0 1 11111 1101 111001 110100 1001010

Color Harmonies of #DFDC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC99

Black with #DFDC99

Text Example


Text Example

White with #DFDC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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