Html Css Color HEX #DBE283 Primrose

📋 copy color: '#DBE283'

red 219 ◦ green 226 ◦ blue 131

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

Shades of Primrose #DBE283

Tints of Primrose #DBE283

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.24%

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

R = 38.02%
G = 39.24%
B = 22.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#DBE283 (or 0xDBE283) is known color: Primrose. HEX triplet: DB, E2 and 83. RGB value is (219,226,131). Sum of RGB (Red+Green+Blue) = 219+226+131=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 131 (51.56% from 255 or 22.74% from 576); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE283 is #241D7C. Grayscale: #D5D5D5. Windows color (decimal): -2366845 or 8643291. OLE color: 8643291.

HSL color Cylindrical-coordinate representation of color #DBE283: hue angle of 64.42º degrees, saturation: 0.62, 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 #DBE283 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 226 131 -
CMYK 0.03 0 0.42 0.11
HSL 64.42º 0.62% 0.7% -
HSV(B) 64.42º 0.42% 0.89% -
XYZ 60.51 71.09 32.01 -
YUV 213.08 81.68 132.22 -
System Red Green Blue C M Y K H S L
Decimal 219 226 131 0.03 0 0.42 0.11 64.42 0.62 0.7
Hex DB E2 83 3 0 2A B 40 3E 46
Octal 333 342 203 3 0 52 13 100 76 106
Binary 11011011 11100010 10000011 11 0 101010 1011 1000000 111110 1000110

Color Harmonies of #DBE283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE283

Black with #DBE283

Text Example


Text Example

White with #DBE283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE283; }

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

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

background-color css

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

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

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

border-color css

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

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

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