Html Css Color HEX #DBE786 Primrose

📋 copy color: '#DBE786'

red 219 ◦ green 231 ◦ blue 134

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

Shades of Primrose #DBE786

Tints of Primrose #DBE786

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.55%

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

R = 37.5%
G = 39.55%
B = 22.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#DBE786 (or 0xDBE786) is known color: Primrose. HEX triplet: DB, E7 and 86. RGB value is (219,231,134). Sum of RGB (Red+Green+Blue) = 219+231+134=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 231 (90.62% from 255 or 39.55% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE786 is #241879. Grayscale: #D8D8D8. Windows color (decimal): -2365562 or 8841179. OLE color: 8841179.

HSL color Cylindrical-coordinate representation of color #DBE786: hue angle of 67.42º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBE786 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 231 134 -
CMYK 0.05 0 0.42 0.09
HSL 67.42º 0.67% 0.72% -
HSV(B) 67.42º 0.42% 0.91% -
XYZ 62.09 73.93 33.55 -
YUV 216.35 81.52 129.89 -
System Red Green Blue C M Y K H S L
Decimal 219 231 134 0.05 0 0.42 0.09 67.42 0.67 0.72
Hex DB E7 86 5 0 2A 9 43 43 48
Octal 333 347 206 5 0 52 11 103 103 110
Binary 11011011 11100111 10000110 101 0 101010 1001 1000011 1000011 1001000

Color Harmonies of #DBE786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE786

Black with #DBE786

Text Example


Text Example

White with #DBE786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE786; }

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

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

background-color css

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

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

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

border-color css

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

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

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