Html Css Color HEX #DBE686 Primrose

📋 copy color: '#DBE686'

red 219 ◦ green 230 ◦ blue 134

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

Shades of Primrose #DBE686

Tints of Primrose #DBE686

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.45%

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

R = 37.56%
G = 39.45%
B = 22.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#DBE686 (or 0xDBE686) is known color: Primrose. HEX triplet: DB, E6 and 86. RGB value is (219,230,134). Sum of RGB (Red+Green+Blue) = 219+230+134=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE686 is #241979. Grayscale: #D8D8D8. Windows color (decimal): -2365818 or 8840923. OLE color: 8840923.

HSL color Cylindrical-coordinate representation of color #DBE686: hue angle of 66.87º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBE686 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 134 -
CMYK 0.05 0 0.42 0.10
HSL 66.87º 0.66% 0.71% -
HSV(B) 66.87º 0.42% 0.9% -
XYZ 61.81 73.37 33.46 -
YUV 215.77 81.86 130.31 -
System Red Green Blue C M Y K H S L
Decimal 219 230 134 0.05 0 0.42 0.10 66.87 0.66 0.71
Hex DB E6 86 5 0 2A A 43 42 47
Octal 333 346 206 5 0 52 12 103 102 107
Binary 11011011 11100110 10000110 101 0 101010 1010 1000011 1000010 1000111

Color Harmonies of #DBE686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE686

Black with #DBE686

Text Example


Text Example

White with #DBE686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE686; }

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

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

background-color css

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

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

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

border-color css

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

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

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