Html Css Color HEX #DBE093 Primrose

📋 copy color: '#DBE093'

red 219 ◦ green 224 ◦ blue 147

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

Shades of Primrose #DBE093

Tints of Primrose #DBE093

RGB

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

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

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

R = 37.12%
G = 37.97%
B = 24.92%

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

#DBE093 (or 0xDBE093) is known color: Primrose. HEX triplet: DB, E0 and 93. RGB value is (219,224,147). Sum of RGB (Red+Green+Blue) = 219+224+147=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE093 is #241F6C. Grayscale: #D6D6D6. Windows color (decimal): -2367341 or 9691355. OLE color: 9691355.

HSL color Cylindrical-coordinate representation of color #DBE093: hue angle of 63.9º 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 #DBE093 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 147 -
CMYK 0.02 0 0.34 0.12
HSL 63.9º 0.55% 0.73% -
HSV(B) 63.9º 0.34% 0.88% -
XYZ 61.14 70.48 37.99 -
YUV 213.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 219 224 147 0.02 0 0.34 0.12 63.9 0.55 0.73
Hex DB E0 93 2 0 22 C 40 37 49
Octal 333 340 223 2 0 42 14 100 67 111
Binary 11011011 11100000 10010011 10 0 100010 1100 1000000 110111 1001001

Color Harmonies of #DBE093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE093

Black with #DBE093

Text Example


Text Example

White with #DBE093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE093; }

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

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

background-color css

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

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

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

border-color css

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

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

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