Html Css Color HEX #DCE192 Primrose

📋 copy color: '#DCE192'

red 220 ◦ green 225 ◦ blue 146

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

Shades of Primrose #DCE192

Tints of Primrose #DCE192

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.07%

 BLUE value IS 146 (57.42% from 255) = 24.7%

R = 37.23%
G = 38.07%
B = 24.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#DCE192 (or 0xDCE192) is known color: Primrose. HEX triplet: DC, E1 and 92. RGB value is (220,225,146). Sum of RGB (Red+Green+Blue) = 220+225+146=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE192 is #231E6D. Grayscale: #D6D6D6. Windows color (decimal): -2301550 or 9626076. OLE color: 9626076.

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

Color convert

RGB 220 225 146 -
CMYK 0.02 0 0.35 0.12
HSL 63.8º 0.57% 0.73% -
HSV(B) 63.8º 0.35% 0.88% -
XYZ 61.63 71.14 37.68 -
YUV 214.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 220 225 146 0.02 0 0.35 0.12 63.8 0.57 0.73
Hex DC E1 92 2 0 23 C 40 39 49
Octal 334 341 222 2 0 43 14 100 71 111
Binary 11011100 11100001 10010010 10 0 100011 1100 1000000 111001 1001001

Color Harmonies of #DCE192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE192

Black with #DCE192

Text Example


Text Example

White with #DCE192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE192; }

 p { color: rgb(220,225,146); }

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

background-color css

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

 a { background-color: rgb(220,225,146); }

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

border-color css

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

 span { border-color: rgb(220,225,146); }

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