Html Css Color HEX #DCE790 Primrose

📋 copy color: '#DCE790'

red 220 ◦ green 231 ◦ blue 144

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

Shades of Primrose #DCE790

Tints of Primrose #DCE790

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.82%

 BLUE value IS 144 (56.64% from 255) = 24.2%

R = 36.97%
G = 38.82%
B = 24.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#DCE790 (or 0xDCE790) is known color: Primrose. HEX triplet: DC, E7 and 90. RGB value is (220,231,144). Sum of RGB (Red+Green+Blue) = 220+231+144=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE790 is #23186F. Grayscale: #DADADA. Windows color (decimal): -2300016 or 9496540. OLE color: 9496540.

HSL color Cylindrical-coordinate representation of color #DCE790: hue angle of 67.59º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCE790 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 231 144 -
CMYK 0.05 0 0.38 0.09
HSL 67.59º 0.64% 0.74% -
HSV(B) 67.59º 0.38% 0.91% -
XYZ 63.13 74.38 37.42 -
YUV 217.79 86.36 129.57 -
System Red Green Blue C M Y K H S L
Decimal 220 231 144 0.05 0 0.38 0.09 67.59 0.64 0.74
Hex DC E7 90 5 0 26 9 44 40 4A
Octal 334 347 220 5 0 46 11 104 100 112
Binary 11011100 11100111 10010000 101 0 100110 1001 1000100 1000000 1001010

Color Harmonies of #DCE790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE790

Black with #DCE790

Text Example


Text Example

White with #DCE790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE790; }

 p { color: rgb(220,231,144); }

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

background-color css

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

 a { background-color: rgb(220,231,144); }

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

border-color css

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

 span { border-color: rgb(220,231,144); }

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