Html Css Color HEX #DBE286 Primrose

📋 copy color: '#DBE286'

red 219 ◦ green 226 ◦ blue 134

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

Shades of Primrose #DBE286

Tints of Primrose #DBE286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.14%

R = 37.82%
G = 39.03%
B = 23.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#DBE286 (or 0xDBE286) is known color: Primrose. HEX triplet: DB, E2 and 86. RGB value is (219,226,134). Sum of RGB (Red+Green+Blue) = 219+226+134=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE286 is #241D79. Grayscale: #D5D5D5. Windows color (decimal): -2366842 or 8839899. OLE color: 8839899.

HSL color Cylindrical-coordinate representation of color #DBE286: hue angle of 64.57º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBE286 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 226 134 -
CMYK 0.03 0 0.41 0.11
HSL 64.57º 0.61% 0.71% -
HSV(B) 64.57º 0.41% 0.89% -
XYZ 60.71 71.17 33.09 -
YUV 213.42 83.18 131.98 -
System Red Green Blue C M Y K H S L
Decimal 219 226 134 0.03 0 0.41 0.11 64.57 0.61 0.71
Hex DB E2 86 3 0 29 B 41 3D 47
Octal 333 342 206 3 0 51 13 101 75 107
Binary 11011011 11100010 10000110 11 0 101001 1011 1000001 111101 1000111

Color Harmonies of #DBE286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE286

Black with #DBE286

Text Example


Text Example

White with #DBE286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE286; }

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

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

background-color css

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

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

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

border-color css

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

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

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