Html Css Color HEX #DBE59A Primrose

📋 copy color: '#DBE59A'

red 219 ◦ green 229 ◦ blue 154

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

Shades of Primrose #DBE59A

Tints of Primrose #DBE59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.58%

R = 36.38%
G = 38.04%
B = 25.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#DBE59A (or 0xDBE59A) is known color: Primrose. HEX triplet: DB, E5 and 9A. RGB value is (219,229,154). Sum of RGB (Red+Green+Blue) = 219+229+154=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 229 (89.84% from 255 or 38.04% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE59A is #241A65. Grayscale: #D9D9D9. Windows color (decimal): -2366054 or 10151387. OLE color: 10151387.

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

Color convert

RGB 219 229 154 -
CMYK 0.04 0 0.33 0.10
HSL 68º 0.59% 0.75% -
HSV(B) 68º 0.33% 0.9% -
XYZ 63.07 73.43 41.42 -
YUV 217.46 92.19 129.1 -
System Red Green Blue C M Y K H S L
Decimal 219 229 154 0.04 0 0.33 0.10 68 0.59 0.75
Hex DB E5 9A 4 0 21 A 44 3B 4B
Octal 333 345 232 4 0 41 12 104 73 113
Binary 11011011 11100101 10011010 100 0 100001 1010 1000100 111011 1001011

Color Harmonies of #DBE59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE59A

Black with #DBE59A

Text Example


Text Example

White with #DBE59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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