Html Css Color HEX #DCE38E Primrose

📋 copy color: '#DCE38E'

red 220 ◦ green 227 ◦ blue 142

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

Shades of Primrose #DCE38E

Tints of Primrose #DCE38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.11%

R = 37.35%
G = 38.54%
B = 24.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#DCE38E (or 0xDCE38E) is known color: Primrose. HEX triplet: DC, E3 and 8E. RGB value is (220,227,142). Sum of RGB (Red+Green+Blue) = 220+227+142=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE38E is #231C71. Grayscale: #D7D7D7. Windows color (decimal): -2301042 or 9364444. OLE color: 9364444.

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

Color convert

RGB 220 227 142 -
CMYK 0.03 0 0.37 0.11
HSL 64.94º 0.6% 0.72% -
HSV(B) 64.94º 0.37% 0.89% -
XYZ 61.87 72.11 36.25 -
YUV 215.22 86.68 131.41 -
System Red Green Blue C M Y K H S L
Decimal 220 227 142 0.03 0 0.37 0.11 64.94 0.6 0.72
Hex DC E3 8E 3 0 25 B 41 3C 48
Octal 334 343 216 3 0 45 13 101 74 110
Binary 11011100 11100011 10001110 11 0 100101 1011 1000001 111100 1001000

Color Harmonies of #DCE38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE38E

Black with #DCE38E

Text Example


Text Example

White with #DCE38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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