Html Css Color HEX #DBE083 Primrose

📋 copy color: '#DBE083'

red 219 ◦ green 224 ◦ blue 131

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

Shades of Primrose #DBE083

Tints of Primrose #DBE083

RGB

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

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

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

R = 38.15%
G = 39.02%
B = 22.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#DBE083 (or 0xDBE083) is known color: Primrose. HEX triplet: DB, E0 and 83. RGB value is (219,224,131). Sum of RGB (Red+Green+Blue) = 219+224+131=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 131 (51.56% from 255 or 22.82% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE083 is #241F7C. Grayscale: #D4D4D4. Windows color (decimal): -2367357 or 8642779. OLE color: 8642779.

HSL color Cylindrical-coordinate representation of color #DBE083: hue angle of 63.23º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBE083 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 131 -
CMYK 0.02 0 0.42 0.12
HSL 63.23º 0.6% 0.7% -
HSV(B) 63.23º 0.42% 0.88% -
XYZ 59.97 70.01 31.83 -
YUV 211.9 82.34 133.06 -
System Red Green Blue C M Y K H S L
Decimal 219 224 131 0.02 0 0.42 0.12 63.23 0.6 0.7
Hex DB E0 83 2 0 2A C 3F 3C 46
Octal 333 340 203 2 0 52 14 77 74 106
Binary 11011011 11100000 10000011 10 0 101010 1100 111111 111100 1000110

Color Harmonies of #DBE083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE083

Black with #DBE083

Text Example


Text Example

White with #DBE083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE083; }

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

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

background-color css

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

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

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

border-color css

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

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

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