Html Css Color HEX #DBB906 Sunflower

📋 copy color: '#DBB906'

red 219 ◦ green 185 ◦ blue 6

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

Shades of Sunflower #DBB906

Tints of Sunflower #DBB906

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.12%

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 53.41%
G = 45.12%
B = 1.46%

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

#DBB906 (or 0xDBB906) is known color: Sunflower. HEX triplet: DB, B9 and 06. RGB value is (219,185,6). Sum of RGB (Red+Green+Blue) = 219+185+6=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 6 (2.73% from 255 or 1.46% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB906 is #2446F9. Grayscale: #AFAFAF. Windows color (decimal): -2377466 or 440795. OLE color: 440795.

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

Color convert

RGB 219 185 6 -
CMYK 0 0.16 0.97 0.14
HSL 50.42º 0.95% 0.44% -
HSV(B) 50.42º 0.97% 0.86% -
XYZ 46.6 49.77 7.32 -
YUV 174.76 32.76 159.55 -
System Red Green Blue C M Y K H S L
Decimal 219 185 6 0 0.16 0.97 0.14 50.42 0.95 0.44
Hex DB B9 6 0 10 61 E 32 5F 2C
Octal 333 271 6 0 20 141 16 62 137 54
Binary 11011011 10111001 110 0 10000 1100001 1110 110010 1011111 101100

Color Harmonies of #DBB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB906

Black with #DBB906

Text Example


Text Example

White with #DBB906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB906; }

 p { color: rgb(219,185,6); }

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

background-color css

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

 a { background-color: rgb(219,185,6); }

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

border-color css

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

 span { border-color: rgb(219,185,6); }

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