Html Css Color HEX #DCDF93 Primrose

📋 copy color: '#DCDF93'

red 220 ◦ green 223 ◦ blue 147

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

Shades of Primrose #DCDF93

Tints of Primrose #DCDF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.92%

R = 37.29%
G = 37.8%
B = 24.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DCDF93 (or 0xDCDF93) is known color: Primrose. HEX triplet: DC, DF and 93. RGB value is (220,223,147). Sum of RGB (Red+Green+Blue) = 220+223+147=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF93 is #23206C. Grayscale: #D5D5D5. Windows color (decimal): -2302061 or 9691100. OLE color: 9691100.

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

Color convert

RGB 220 223 147 -
CMYK 0.01 0 0.34 0.13
HSL 62.37º 0.54% 0.73% -
HSV(B) 62.37º 0.34% 0.87% -
XYZ 61.17 70.1 37.91 -
YUV 213.44 90.51 132.68 -
System Red Green Blue C M Y K H S L
Decimal 220 223 147 0.01 0 0.34 0.13 62.37 0.54 0.73
Hex DC DF 93 1 0 22 D 3E 36 49
Octal 334 337 223 1 0 42 15 76 66 111
Binary 11011100 11011111 10010011 1 0 100010 1101 111110 110110 1001001

Color Harmonies of #DCDF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF93

Black with #DCDF93

Text Example


Text Example

White with #DCDF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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