Html Css Color HEX #DBE486 Primrose

📋 copy color: '#DBE486'

red 219 ◦ green 228 ◦ blue 134

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

Shades of Primrose #DBE486

Tints of Primrose #DBE486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.24%

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

R = 37.69%
G = 39.24%
B = 23.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#DBE486 (or 0xDBE486) is known color: Primrose. HEX triplet: DB, E4 and 86. RGB value is (219,228,134). Sum of RGB (Red+Green+Blue) = 219+228+134=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE486 is #241B79. Grayscale: #D6D6D6. Windows color (decimal): -2366330 or 8840411. OLE color: 8840411.

HSL color Cylindrical-coordinate representation of color #DBE486: hue angle of 65.74º degrees, saturation: 0.64, 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 #DBE486 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 228 134 -
CMYK 0.04 0 0.41 0.11
HSL 65.74º 0.64% 0.71% -
HSV(B) 65.74º 0.41% 0.89% -
XYZ 61.26 72.27 33.27 -
YUV 214.59 82.52 131.14 -
System Red Green Blue C M Y K H S L
Decimal 219 228 134 0.04 0 0.41 0.11 65.74 0.64 0.71
Hex DB E4 86 4 0 29 B 42 40 47
Octal 333 344 206 4 0 51 13 102 100 107
Binary 11011011 11100100 10000110 100 0 101001 1011 1000010 1000000 1000111

Color Harmonies of #DBE486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE486

Black with #DBE486

Text Example


Text Example

White with #DBE486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE486; }

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

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

background-color css

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

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

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

border-color css

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

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

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