Html Css Color HEX #DBE383 Primrose

📋 copy color: '#DBE383'

red 219 ◦ green 227 ◦ blue 131

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

Shades of Primrose #DBE383

Tints of Primrose #DBE383

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.34%

 BLUE value IS 131 (51.56% from 255) = 22.7%

R = 37.95%
G = 39.34%
B = 22.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#DBE383 (or 0xDBE383) is known color: Primrose. HEX triplet: DB, E3 and 83. RGB value is (219,227,131). Sum of RGB (Red+Green+Blue) = 219+227+131=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 131 (51.56% from 255 or 22.70% from 577); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE383 is #241C7C. Grayscale: #D6D6D6. Windows color (decimal): -2366589 or 8643547. OLE color: 8643547.

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

Color convert

RGB 219 227 131 -
CMYK 0.04 0 0.42 0.11
HSL 65º 0.63% 0.7% -
HSV(B) 65º 0.42% 0.89% -
XYZ 60.78 71.64 32.1 -
YUV 213.66 81.35 131.81 -
System Red Green Blue C M Y K H S L
Decimal 219 227 131 0.04 0 0.42 0.11 65 0.63 0.7
Hex DB E3 83 4 0 2A B 41 3F 46
Octal 333 343 203 4 0 52 13 101 77 106
Binary 11011011 11100011 10000011 100 0 101010 1011 1000001 111111 1000110

Color Harmonies of #DBE383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE383

Black with #DBE383

Text Example


Text Example

White with #DBE383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE383; }

 p { color: rgb(219,227,131); }

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

background-color css

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

 a { background-color: rgb(219,227,131); }

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

border-color css

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

 span { border-color: rgb(219,227,131); }

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