Html Css Color HEX #DCDF96 Primrose

📋 copy color: '#DCDF96'

red 220 ◦ green 223 ◦ blue 150

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

Shades of Primrose #DCDF96

Tints of Primrose #DCDF96

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 220 223 150 -
CMYK 0.01 0 0.33 0.13
HSL 62.47º 0.53% 0.73% -
HSV(B) 62.47º 0.33% 0.87% -
XYZ 61.41 70.19 39.17 -
YUV 213.78 92.01 132.44 -
System Red Green Blue C M Y K H S L
Decimal 220 223 150 0.01 0 0.33 0.13 62.47 0.53 0.73
Hex DC DF 96 1 0 21 D 3E 35 49
Octal 334 337 226 1 0 41 15 76 65 111
Binary 11011100 11011111 10010110 1 0 100001 1101 111110 110101 1001001

Color Harmonies of #DCDF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF96

Black with #DCDF96

Text Example


Text Example

White with #DCDF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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