Html Css Color HEX #DBBE0E Sunflower

📋 copy color: '#DBBE0E'

red 219 ◦ green 190 ◦ blue 14

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

Shades of Sunflower #DBBE0E

Tints of Sunflower #DBBE0E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.92%

 BLUE value IS 14 (5.86% from 255) = 3.31%

R = 51.77%
G = 44.92%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBBE0E (or 0xDBBE0E) is known color: Sunflower. HEX triplet: DB, BE and 0E. RGB value is (219,190,14). Sum of RGB (Red+Green+Blue) = 219+190+14=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBE0E is #2441F1. Grayscale: #B3B3B3. Windows color (decimal): -2376178 or 966363. OLE color: 966363.

HSL color Cylindrical-coordinate representation of color #DBBE0E: hue angle of 51.51º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBBE0E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 190 14 -
CMYK 0 0.13 0.94 0.14
HSL 51.51º 0.88% 0.46% -
HSV(B) 51.51º 0.94% 0.86% -
XYZ 47.71 51.92 7.92 -
YUV 178.61 35.11 156.81 -
System Red Green Blue C M Y K H S L
Decimal 219 190 14 0 0.13 0.94 0.14 51.51 0.88 0.46
Hex DB BE E 0 D 5E E 34 58 2E
Octal 333 276 16 0 15 136 16 64 130 56
Binary 11011011 10111110 1110 0 1101 1011110 1110 110100 1011000 101110

Color Harmonies of #DBBE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE0E

Black with #DBBE0E

Text Example


Text Example

White with #DBBE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE0E; }

 p { color: rgb(219,190,14); }

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

background-color css

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

 a { background-color: rgb(219,190,14); }

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

border-color css

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

 span { border-color: rgb(219,190,14); }

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