Html Css Color HEX #DBE187 Primrose

📋 copy color: '#DBE187'

red 219 ◦ green 225 ◦ blue 135

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

Shades of Primrose #DBE187

Tints of Primrose #DBE187

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.86%

 BLUE value IS 135 (53.13% from 255) = 23.32%

R = 37.82%
G = 38.86%
B = 23.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.4

 K value IS 0.12

RGB Variations

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

Color information

#DBE187 (or 0xDBE187) is known color: Primrose. HEX triplet: DB, E1 and 87. RGB value is (219,225,135). Sum of RGB (Red+Green+Blue) = 219+225+135=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 135 (53.12% from 255 or 23.32% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE187 is #241E78. Grayscale: #D5D5D5. Windows color (decimal): -2367097 or 8905179. OLE color: 8905179.

HSL color Cylindrical-coordinate representation of color #DBE187: hue angle of 64º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBE187 is Cyan = 0.03, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 225 135 -
CMYK 0.03 0 0.4 0.12
HSL 64º 0.6% 0.71% -
HSV(B) 64º 0.4% 0.88% -
XYZ 60.51 70.66 33.37 -
YUV 212.95 84.01 132.32 -
System Red Green Blue C M Y K H S L
Decimal 219 225 135 0.03 0 0.4 0.12 64 0.6 0.71
Hex DB E1 87 3 0 28 C 40 3C 47
Octal 333 341 207 3 0 50 14 100 74 107
Binary 11011011 11100001 10000111 11 0 101000 1100 1000000 111100 1000111

Color Harmonies of #DBE187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE187

Black with #DBE187

Text Example


Text Example

White with #DBE187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE187; }

 p { color: rgb(219,225,135); }

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

background-color css

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

 a { background-color: rgb(219,225,135); }

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

border-color css

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

 span { border-color: rgb(219,225,135); }

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