Html Css Color HEX #DCE09D Primrose

📋 copy color: '#DCE09D'

red 220 ◦ green 224 ◦ blue 157

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

Shades of Primrose #DCE09D

Tints of Primrose #DCE09D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.27%

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

R = 36.61%
G = 37.27%
B = 26.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#DCE09D (or 0xDCE09D) is known color: Primrose. HEX triplet: DC, E0 and 9D. RGB value is (220,224,157). Sum of RGB (Red+Green+Blue) = 220+224+157=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE09D is #231F62. Grayscale: #D7D7D7. Windows color (decimal): -2301795 or 10346716. OLE color: 10346716.

HSL color Cylindrical-coordinate representation of color #DCE09D: hue angle of 63.58º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCE09D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 157 -
CMYK 0.02 0 0.30 0.12
HSL 63.58º 0.52% 0.75% -
HSV(B) 63.58º 0.3% 0.88% -
XYZ 62.26 70.96 42.31 -
YUV 215.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 220 224 157 0.02 0 0.30 0.12 63.58 0.52 0.75
Hex DC E0 9D 2 0 1E C 40 34 4B
Octal 334 340 235 2 0 36 14 100 64 113
Binary 11011100 11100000 10011101 10 0 11110 1100 1000000 110100 1001011

Color Harmonies of #DCE09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE09D

Black with #DCE09D

Text Example


Text Example

White with #DCE09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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