Html Css Color HEX #DBB410 Sunflower

📋 copy color: '#DBB410'

red 219 ◦ green 180 ◦ blue 16

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

Shades of Sunflower #DBB410

Tints of Sunflower #DBB410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.86%

R = 52.77%
G = 43.37%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBB410 (or 0xDBB410) is known color: Sunflower. HEX triplet: DB, B4 and 10. RGB value is (219,180,16). Sum of RGB (Red+Green+Blue) = 219+180+16=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB410 is #244BEF. Grayscale: #ADADAD. Windows color (decimal): -2378736 or 1094875. OLE color: 1094875.

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

Color convert

RGB 219 180 16 -
CMYK 0 0.18 0.93 0.14
HSL 48.47º 0.86% 0.46% -
HSV(B) 48.47º 0.93% 0.86% -
XYZ 45.63 47.74 7.3 -
YUV 172.97 39.42 160.84 -
System Red Green Blue C M Y K H S L
Decimal 219 180 16 0 0.18 0.93 0.14 48.47 0.86 0.46
Hex DB B4 10 0 12 5D E 30 56 2E
Octal 333 264 20 0 22 135 16 60 126 56
Binary 11011011 10110100 10000 0 10010 1011101 1110 110000 1010110 101110

Color Harmonies of #DBB410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB410

Black with #DBB410

Text Example


Text Example

White with #DBB410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB410; }

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

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

background-color css

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

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

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

border-color css

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

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

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