Html Css Color HEX #DBB406 Sunflower

📋 copy color: '#DBB406'

red 219 ◦ green 180 ◦ blue 6

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

Shades of Sunflower #DBB406

Tints of Sunflower #DBB406

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.44%

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

R = 54.07%
G = 44.44%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBB406 (or 0xDBB406) is known color: Sunflower. HEX triplet: DB, B4 and 06. RGB value is (219,180,6). Sum of RGB (Red+Green+Blue) = 219+180+6=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB406 is #244BF9. Grayscale: #ACACAC. Windows color (decimal): -2378746 or 439515. OLE color: 439515.

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

Color convert

RGB 219 180 6 -
CMYK 0 0.18 0.97 0.14
HSL 49.01º 0.95% 0.44% -
HSV(B) 49.01º 0.97% 0.86% -
XYZ 45.57 47.72 6.98 -
YUV 171.83 34.42 161.65 -
System Red Green Blue C M Y K H S L
Decimal 219 180 6 0 0.18 0.97 0.14 49.01 0.95 0.44
Hex DB B4 6 0 12 61 E 31 5F 2C
Octal 333 264 6 0 22 141 16 61 137 54
Binary 11011011 10110100 110 0 10010 1100001 1110 110001 1011111 101100

Color Harmonies of #DBB406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB406

Black with #DBB406

Text Example


Text Example

White with #DBB406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB406; }

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

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

background-color css

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

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

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

border-color css

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

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

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