Html Css Color HEX #DCE388 Primrose

📋 copy color: '#DCE388'

red 220 ◦ green 227 ◦ blue 136

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

Shades of Primrose #DCE388

Tints of Primrose #DCE388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.33%

R = 37.74%
G = 38.94%
B = 23.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#DCE388 (or 0xDCE388) is known color: Primrose. HEX triplet: DC, E3 and 88. RGB value is (220,227,136). Sum of RGB (Red+Green+Blue) = 220+227+136=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE388 is #231C77. Grayscale: #D6D6D6. Windows color (decimal): -2301048 or 8971228. OLE color: 8971228.

HSL color Cylindrical-coordinate representation of color #DCE388: hue angle of 64.62º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCE388 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 227 136 -
CMYK 0.03 0 0.40 0.11
HSL 64.62º 0.62% 0.71% -
HSV(B) 64.62º 0.4% 0.89% -
XYZ 61.43 71.93 33.94 -
YUV 214.53 83.68 131.9 -
System Red Green Blue C M Y K H S L
Decimal 220 227 136 0.03 0 0.40 0.11 64.62 0.62 0.71
Hex DC E3 88 3 0 28 B 41 3E 47
Octal 334 343 210 3 0 50 13 101 76 107
Binary 11011100 11100011 10001000 11 0 101000 1011 1000001 111110 1000111

Color Harmonies of #DCE388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE388

Black with #DCE388

Text Example


Text Example

White with #DCE388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE388; }

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

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

background-color css

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

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

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

border-color css

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

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

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