Html Css Color HEX #DCDE9D Primrose

📋 copy color: '#DCDE9D'

red 220 ◦ green 222 ◦ blue 157

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

Shades of Primrose #DCDE9D

Tints of Primrose #DCDE9D

RGB

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

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

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

R = 36.73%
G = 37.06%
B = 26.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DCDE9D (or 0xDCDE9D) is known color: Primrose. HEX triplet: DC, DE and 9D. RGB value is (220,222,157). Sum of RGB (Red+Green+Blue) = 220+222+157=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 157 (61.72% from 255 or 26.21% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE9D is #232162. Grayscale: #D6D6D6. Windows color (decimal): -2302307 or 10346204. OLE color: 10346204.

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

Color convert

RGB 220 222 157 -
CMYK 0.01 0 0.29 0.13
HSL 61.85º 0.5% 0.74% -
HSV(B) 61.85º 0.29% 0.87% -
XYZ 61.72 69.89 42.14 -
YUV 213.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 220 222 157 0.01 0 0.29 0.13 61.85 0.5 0.74
Hex DC DE 9D 1 0 1D D 3E 32 4A
Octal 334 336 235 1 0 35 15 76 62 112
Binary 11011100 11011110 10011101 1 0 11101 1101 111110 110010 1001010

Color Harmonies of #DCDE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE9D

Black with #DCDE9D

Text Example


Text Example

White with #DCDE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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