Html Css Color HEX #DCE39B Primrose

📋 copy color: '#DCE39B'

red 220 ◦ green 227 ◦ blue 155

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

Shades of Primrose #DCE39B

Tints of Primrose #DCE39B

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.71%

 BLUE value IS 155 (60.94% from 255) = 25.75%

R = 36.54%
G = 37.71%
B = 25.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#DCE39B (or 0xDCE39B) is known color: Primrose. HEX triplet: DC, E3 and 9B. RGB value is (220,227,155). Sum of RGB (Red+Green+Blue) = 220+227+155=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE39B is #231C64. Grayscale: #D8D8D8. Windows color (decimal): -2301029 or 10216412. OLE color: 10216412.

HSL color Cylindrical-coordinate representation of color #DCE39B: hue angle of 65.83º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCE39B is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 227 155 -
CMYK 0.03 0 0.32 0.11
HSL 65.83º 0.56% 0.75% -
HSV(B) 65.83º 0.32% 0.89% -
XYZ 62.9 72.52 41.69 -
YUV 216.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 220 227 155 0.03 0 0.32 0.11 65.83 0.56 0.75
Hex DC E3 9B 3 0 20 B 42 38 4B
Octal 334 343 233 3 0 40 13 102 70 113
Binary 11011100 11100011 10011011 11 0 100000 1011 1000010 111000 1001011

Color Harmonies of #DCE39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE39B

Black with #DCE39B

Text Example


Text Example

White with #DCE39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE39B; }

 p { color: rgb(220,227,155); }

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

background-color css

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

 a { background-color: rgb(220,227,155); }

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

border-color css

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

 span { border-color: rgb(220,227,155); }

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