Html Css Color HEX #DBE498 Primrose

📋 copy color: '#DBE498'

red 219 ◦ green 228 ◦ blue 152

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

Shades of Primrose #DBE498

Tints of Primrose #DBE498

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.06%

 BLUE value IS 152 (59.77% from 255) = 25.38%

R = 36.56%
G = 38.06%
B = 25.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#DBE498 (or 0xDBE498) is known color: Primrose. HEX triplet: DB, E4 and 98. RGB value is (219,228,152). Sum of RGB (Red+Green+Blue) = 219+228+152=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE498 is #241B67. Grayscale: #D8D8D8. Windows color (decimal): -2366312 or 10020059. OLE color: 10020059.

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

Color convert

RGB 219 228 152 -
CMYK 0.04 0 0.33 0.11
HSL 67.11º 0.58% 0.75% -
HSV(B) 67.11º 0.33% 0.89% -
XYZ 62.62 72.81 40.46 -
YUV 216.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 219 228 152 0.04 0 0.33 0.11 67.11 0.58 0.75
Hex DB E4 98 4 0 21 B 43 3A 4B
Octal 333 344 230 4 0 41 13 103 72 113
Binary 11011011 11100100 10011000 100 0 100001 1011 1000011 111010 1001011

Color Harmonies of #DBE498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE498

Black with #DBE498

Text Example


Text Example

White with #DBE498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE498; }

 p { color: rgb(219,228,152); }

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

background-color css

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

 a { background-color: rgb(219,228,152); }

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

border-color css

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

 span { border-color: rgb(219,228,152); }

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