Html Css Color HEX #DBE18B Primrose

📋 copy color: '#DBE18B'

red 219 ◦ green 225 ◦ blue 139

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

Shades of Primrose #DBE18B

Tints of Primrose #DBE18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.84%

R = 37.56%
G = 38.59%
B = 23.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#DBE18B (or 0xDBE18B) is known color: Primrose. HEX triplet: DB, E1 and 8B. RGB value is (219,225,139). Sum of RGB (Red+Green+Blue) = 219+225+139=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE18B is #241E74. Grayscale: #D5D5D5. Windows color (decimal): -2367093 or 9167323. OLE color: 9167323.

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

Color convert

RGB 219 225 139 -
CMYK 0.03 0 0.38 0.12
HSL 64.19º 0.59% 0.71% -
HSV(B) 64.19º 0.38% 0.88% -
XYZ 60.8 70.77 34.88 -
YUV 213.4 86.01 131.99 -
System Red Green Blue C M Y K H S L
Decimal 219 225 139 0.03 0 0.38 0.12 64.19 0.59 0.71
Hex DB E1 8B 3 0 26 C 40 3B 47
Octal 333 341 213 3 0 46 14 100 73 107
Binary 11011011 11100001 10001011 11 0 100110 1100 1000000 111011 1000111

Color Harmonies of #DBE18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE18B

Black with #DBE18B

Text Example


Text Example

White with #DBE18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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