Html Css Color HEX #DBB300 Sunflower

📋 copy color: '#DBB300'

red 219 ◦ green 179 ◦ blue 0

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

Shades of Sunflower #DBB300

Tints of Sunflower #DBB300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.03%
G = 44.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBB300 (or 0xDBB300) is known color: Sunflower. HEX triplet: DB, B3 and 00. RGB value is (219,179,0). Sum of RGB (Red+Green+Blue) = 219+179+0=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB300 is #244CFF. Grayscale: #ABABAB. Windows color (decimal): -2379008 or 46043. OLE color: 46043.

HSL color Cylindrical-coordinate representation of color #DBB300: hue angle of 49.04º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBB300 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 0 -
CMYK 0 0.18 1 0.14
HSL 49.04º 1% 0.43% -
HSV(B) 49.04º 1% 0.86% -
XYZ 45.33 47.3 6.74 -
YUV 170.55 31.75 162.55 -
System Red Green Blue C M Y K H S L
Decimal 219 179 0 0 0.18 1 0.14 49.04 1 0.43
Hex DB B3 0 0 12 64 E 31 64 2B
Octal 333 263 0 0 22 144 16 61 144 53
Binary 11011011 10110011 0 0 10010 1100100 1110 110001 1100100 101011

Color Harmonies of #DBB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB300

Black with #DBB300

Text Example


Text Example

White with #DBB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB300; }

 p { color: rgb(219,179,0); }

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

background-color css

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

 a { background-color: rgb(219,179,0); }

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

border-color css

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

 span { border-color: rgb(219,179,0); }

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