Html Css Color HEX #DCDF97 Primrose

📋 copy color: '#DCDF97'

red 220 ◦ green 223 ◦ blue 151

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

Shades of Primrose #DCDF97

Tints of Primrose #DCDF97

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 220 223 151 -
CMYK 0.01 0 0.32 0.13
HSL 62.5º 0.53% 0.73% -
HSV(B) 62.5º 0.32% 0.87% -
XYZ 61.49 70.23 39.59 -
YUV 213.9 92.51 132.35 -
System Red Green Blue C M Y K H S L
Decimal 220 223 151 0.01 0 0.32 0.13 62.5 0.53 0.73
Hex DC DF 97 1 0 20 D 3F 35 49
Octal 334 337 227 1 0 40 15 77 65 111
Binary 11011100 11011111 10010111 1 0 100000 1101 111111 110101 1001001

Color Harmonies of #DCDF97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF97

Black with #DCDF97

Text Example


Text Example

White with #DCDF97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF97; }

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

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

background-color css

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

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

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

border-color css

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

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

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