Html Css Color HEX #DBB610 Sunflower

📋 copy color: '#DBB610'

red 219 ◦ green 182 ◦ blue 16

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

Shades of Sunflower #DBB610

Tints of Sunflower #DBB610

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.65%

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

R = 52.52%
G = 43.65%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBB610 (or 0xDBB610) is known color: Sunflower. HEX triplet: DB, B6 and 10. RGB value is (219,182,16). Sum of RGB (Red+Green+Blue) = 219+182+16=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB610 is #2449EF. Grayscale: #AEAEAE. Windows color (decimal): -2378224 or 1095387. OLE color: 1095387.

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

Color convert

RGB 219 182 16 -
CMYK 0 0.17 0.93 0.14
HSL 49.06º 0.86% 0.46% -
HSV(B) 49.06º 0.93% 0.86% -
XYZ 46.03 48.55 7.44 -
YUV 174.14 38.76 160 -
System Red Green Blue C M Y K H S L
Decimal 219 182 16 0 0.17 0.93 0.14 49.06 0.86 0.46
Hex DB B6 10 0 11 5D E 31 56 2E
Octal 333 266 20 0 21 135 16 61 126 56
Binary 11011011 10110110 10000 0 10001 1011101 1110 110001 1010110 101110

Color Harmonies of #DBB610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB610

Black with #DBB610

Text Example


Text Example

White with #DBB610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB610; }

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

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

background-color css

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

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

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

border-color css

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

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

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