Html Css Color HEX #DBB707 Sunflower

📋 copy color: '#DBB707'

red 219 ◦ green 183 ◦ blue 7

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

Shades of Sunflower #DBB707

Tints of Sunflower #DBB707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.71%

R = 53.55%
G = 44.74%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBB707 (or 0xDBB707) is known color: Sunflower. HEX triplet: DB, B7 and 07. RGB value is (219,183,7). Sum of RGB (Red+Green+Blue) = 219+183+7=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB707 is #2448F8. Grayscale: #AEAEAE. Windows color (decimal): -2377977 or 505819. OLE color: 505819.

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

Color convert

RGB 219 183 7 -
CMYK 0 0.16 0.97 0.14
HSL 49.81º 0.94% 0.44% -
HSV(B) 49.81º 0.97% 0.86% -
XYZ 46.19 48.94 7.21 -
YUV 173.7 33.93 160.31 -
System Red Green Blue C M Y K H S L
Decimal 219 183 7 0 0.16 0.97 0.14 49.81 0.94 0.44
Hex DB B7 7 0 10 61 E 32 5E 2C
Octal 333 267 7 0 20 141 16 62 136 54
Binary 11011011 10110111 111 0 10000 1100001 1110 110010 1011110 101100

Color Harmonies of #DBB707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB707

Black with #DBB707

Text Example


Text Example

White with #DBB707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB707; }

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

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

background-color css

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

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

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

border-color css

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

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

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