Html Css Color HEX #DBE594 Primrose

📋 copy color: '#DBE594'

red 219 ◦ green 229 ◦ blue 148

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

Shades of Primrose #DBE594

Tints of Primrose #DBE594

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.42%

 BLUE value IS 148 (58.2% from 255) = 24.83%

R = 36.74%
G = 38.42%
B = 24.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#DBE594 (or 0xDBE594) is known color: Primrose. HEX triplet: DB, E5 and 94. RGB value is (219,229,148). Sum of RGB (Red+Green+Blue) = 219+229+148=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE594 is #241A6B. Grayscale: #D9D9D9. Windows color (decimal): -2366060 or 9758171. OLE color: 9758171.

HSL color Cylindrical-coordinate representation of color #DBE594: hue angle of 67.41º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBE594 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 229 148 -
CMYK 0.04 0 0.35 0.10
HSL 67.41º 0.61% 0.74% -
HSV(B) 67.41º 0.35% 0.9% -
XYZ 62.58 73.24 38.85 -
YUV 216.78 89.19 129.59 -
System Red Green Blue C M Y K H S L
Decimal 219 229 148 0.04 0 0.35 0.10 67.41 0.61 0.74
Hex DB E5 94 4 0 23 A 43 3D 4A
Octal 333 345 224 4 0 43 12 103 75 112
Binary 11011011 11100101 10010100 100 0 100011 1010 1000011 111101 1001010

Color Harmonies of #DBE594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE594

Black with #DBE594

Text Example


Text Example

White with #DBE594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE594; }

 p { color: rgb(219,229,148); }

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

background-color css

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

 a { background-color: rgb(219,229,148); }

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

border-color css

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

 span { border-color: rgb(219,229,148); }

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