Html Css Color HEX #DBE090 Primrose

📋 copy color: '#DBE090'

red 219 ◦ green 224 ◦ blue 144

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

Shades of Primrose #DBE090

Tints of Primrose #DBE090

RGB

 RED value IS 219 (85.94% from 255) = 37.31%

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

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

R = 37.31%
G = 38.16%
B = 24.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#DBE090 (or 0xDBE090) is known color: Primrose. HEX triplet: DB, E0 and 90. RGB value is (219,224,144). Sum of RGB (Red+Green+Blue) = 219+224+144=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE090 is #241F6F. Grayscale: #D5D5D5. Windows color (decimal): -2367344 or 9494747. OLE color: 9494747.

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

Color convert

RGB 219 224 144 -
CMYK 0.02 0 0.36 0.12
HSL 63.75º 0.56% 0.72% -
HSV(B) 63.75º 0.36% 0.88% -
XYZ 60.9 70.38 36.76 -
YUV 213.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 219 224 144 0.02 0 0.36 0.12 63.75 0.56 0.72
Hex DB E0 90 2 0 24 C 40 38 48
Octal 333 340 220 2 0 44 14 100 70 110
Binary 11011011 11100000 10010000 10 0 100100 1100 1000000 111000 1001000

Color Harmonies of #DBE090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE090

Black with #DBE090

Text Example


Text Example

White with #DBE090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE090; }

 p { color: rgb(219,224,144); }

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

background-color css

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

 a { background-color: rgb(219,224,144); }

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

border-color css

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

 span { border-color: rgb(219,224,144); }

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