Html Css Color HEX #DBE58F Primrose

📋 copy color: '#DBE58F'

red 219 ◦ green 229 ◦ blue 143

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

Shades of Primrose #DBE58F

Tints of Primrose #DBE58F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.75%

 BLUE value IS 143 (56.25% from 255) = 24.2%

R = 37.06%
G = 38.75%
B = 24.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#DBE58F (or 0xDBE58F) is known color: Primrose. HEX triplet: DB, E5 and 8F. RGB value is (219,229,143). Sum of RGB (Red+Green+Blue) = 219+229+143=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 143 (56.25% from 255 or 24.20% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE58F is #241A70. Grayscale: #D8D8D8. Windows color (decimal): -2366065 or 9430491. OLE color: 9430491.

HSL color Cylindrical-coordinate representation of color #DBE58F: hue angle of 66.98º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBE58F is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 229 143 -
CMYK 0.04 0 0.38 0.10
HSL 66.98º 0.62% 0.73% -
HSV(B) 66.98º 0.38% 0.9% -
XYZ 62.19 73.08 36.82 -
YUV 216.21 86.69 129.99 -
System Red Green Blue C M Y K H S L
Decimal 219 229 143 0.04 0 0.38 0.10 66.98 0.62 0.73
Hex DB E5 8F 4 0 26 A 43 3E 49
Octal 333 345 217 4 0 46 12 103 76 111
Binary 11011011 11100101 10001111 100 0 100110 1010 1000011 111110 1001001

Color Harmonies of #DBE58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE58F

Black with #DBE58F

Text Example


Text Example

White with #DBE58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE58F; }

 p { color: rgb(219,229,143); }

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

background-color css

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

 a { background-color: rgb(219,229,143); }

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

border-color css

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

 span { border-color: rgb(219,229,143); }

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