Html Css Color HEX #DCE093 Primrose

📋 copy color: '#DCE093'

red 220 ◦ green 224 ◦ blue 147

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

Shades of Primrose #DCE093

Tints of Primrose #DCE093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.87%

R = 37.23%
G = 37.9%
B = 24.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#DCE093 (or 0xDCE093) is known color: Primrose. HEX triplet: DC, E0 and 93. RGB value is (220,224,147). Sum of RGB (Red+Green+Blue) = 220+224+147=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE093 is #231F6C. Grayscale: #D6D6D6. Windows color (decimal): -2301805 or 9691356. OLE color: 9691356.

HSL color Cylindrical-coordinate representation of color #DCE093: hue angle of 63.12º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCE093 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 147 -
CMYK 0.02 0 0.34 0.12
HSL 63.12º 0.55% 0.73% -
HSV(B) 63.12º 0.34% 0.88% -
XYZ 61.44 70.63 38 -
YUV 214.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 220 224 147 0.02 0 0.34 0.12 63.12 0.55 0.73
Hex DC E0 93 2 0 22 C 3F 37 49
Octal 334 340 223 2 0 42 14 77 67 111
Binary 11011100 11100000 10010011 10 0 100010 1100 111111 110111 1001001

Color Harmonies of #DCE093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE093

Black with #DCE093

Text Example


Text Example

White with #DCE093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE093; }

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

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

background-color css

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

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

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

border-color css

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

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

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