Html Css Color HEX #DCDE9C Primrose

📋 copy color: '#DCDE9C'

red 220 ◦ green 222 ◦ blue 156

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

Shades of Primrose #DCDE9C

Tints of Primrose #DCDE9C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.12%

 BLUE value IS 156 (61.33% from 255) = 26.09%

R = 36.79%
G = 37.12%
B = 26.09%

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

#DCDE9C (or 0xDCDE9C) is known color: Primrose. HEX triplet: DC, DE and 9C. RGB value is (220,222,156). Sum of RGB (Red+Green+Blue) = 220+222+156=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 156 (61.33% from 255 or 26.09% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE9C is #232163. Grayscale: #D6D6D6. Windows color (decimal): -2302308 or 10280668. OLE color: 10280668.

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

Color convert

RGB 220 222 156 -
CMYK 0.01 0 0.30 0.13
HSL 61.82º 0.5% 0.74% -
HSV(B) 61.82º 0.3% 0.87% -
XYZ 61.64 69.86 41.69 -
YUV 213.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 220 222 156 0.01 0 0.30 0.13 61.82 0.5 0.74
Hex DC DE 9C 1 0 1E D 3E 32 4A
Octal 334 336 234 1 0 36 15 76 62 112
Binary 11011100 11011110 10011100 1 0 11110 1101 111110 110010 1001010

Color Harmonies of #DCDE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE9C

Black with #DCDE9C

Text Example


Text Example

White with #DCDE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE9C; }

 p { color: rgb(220,222,156); }

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

background-color css

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

 a { background-color: rgb(220,222,156); }

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

border-color css

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

 span { border-color: rgb(220,222,156); }

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