Html Css Color HEX #DCDF9D Primrose

📋 copy color: '#DCDF9D'

red 220 ◦ green 223 ◦ blue 157

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

Shades of Primrose #DCDF9D

Tints of Primrose #DCDF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.17%

R = 36.67%
G = 37.17%
B = 26.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DCDF9D (or 0xDCDF9D) is known color: Primrose. HEX triplet: DC, DF and 9D. RGB value is (220,223,157). Sum of RGB (Red+Green+Blue) = 220+223+157=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF9D is #232062. Grayscale: #D6D6D6. Windows color (decimal): -2302051 or 10346460. OLE color: 10346460.

HSL color Cylindrical-coordinate representation of color #DCDF9D: hue angle of 62.73º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCDF9D is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 223 157 -
CMYK 0.01 0 0.30 0.13
HSL 62.73º 0.51% 0.75% -
HSV(B) 62.73º 0.3% 0.87% -
XYZ 61.99 70.43 42.22 -
YUV 214.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 220 223 157 0.01 0 0.30 0.13 62.73 0.51 0.75
Hex DC DF 9D 1 0 1E D 3F 33 4B
Octal 334 337 235 1 0 36 15 77 63 113
Binary 11011100 11011111 10011101 1 0 11110 1101 111111 110011 1001011

Color Harmonies of #DCDF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF9D

Black with #DCDF9D

Text Example


Text Example

White with #DCDF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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