Html Css Color HEX #DBB70E Sunflower

📋 copy color: '#DBB70E'

red 219 ◦ green 183 ◦ blue 14

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

Shades of Sunflower #DBB70E

Tints of Sunflower #DBB70E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.99%

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

R = 52.64%
G = 43.99%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBB70E (or 0xDBB70E) is known color: Sunflower. HEX triplet: DB, B7 and 0E. RGB value is (219,183,14). Sum of RGB (Red+Green+Blue) = 219+183+14=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB70E is #2448F1. Grayscale: #AFAFAF. Windows color (decimal): -2377970 or 964571. OLE color: 964571.

HSL color Cylindrical-coordinate representation of color #DBB70E: hue angle of 49.46º 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 #DBB70E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 183 14 -
CMYK 0 0.16 0.94 0.14
HSL 49.46º 0.88% 0.46% -
HSV(B) 49.46º 0.94% 0.86% -
XYZ 46.23 48.96 7.43 -
YUV 174.5 37.43 159.74 -
System Red Green Blue C M Y K H S L
Decimal 219 183 14 0 0.16 0.94 0.14 49.46 0.88 0.46
Hex DB B7 E 0 10 5E E 31 58 2E
Octal 333 267 16 0 20 136 16 61 130 56
Binary 11011011 10110111 1110 0 10000 1011110 1110 110001 1011000 101110

Color Harmonies of #DBB70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB70E

Black with #DBB70E

Text Example


Text Example

White with #DBB70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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