Html Css Color HEX #DBB417 Sunflower

📋 copy color: '#DBB417'

red 219 ◦ green 180 ◦ blue 23

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

Shades of Sunflower #DBB417

Tints of Sunflower #DBB417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.45%

R = 51.9%
G = 42.65%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBB417 (or 0xDBB417) is known color: Sunflower. HEX triplet: DB, B4 and 17. RGB value is (219,180,23). Sum of RGB (Red+Green+Blue) = 219+180+23=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB417 is #244BE8. Grayscale: #AEAEAE. Windows color (decimal): -2378729 or 1553627. OLE color: 1553627.

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

Color convert

RGB 219 180 23 -
CMYK 0 0.18 0.89 0.14
HSL 48.06º 0.81% 0.47% -
HSV(B) 48.06º 0.89% 0.86% -
XYZ 45.69 47.76 7.62 -
YUV 173.76 42.92 160.27 -
System Red Green Blue C M Y K H S L
Decimal 219 180 23 0 0.18 0.89 0.14 48.06 0.81 0.47
Hex DB B4 17 0 12 59 E 30 51 2F
Octal 333 264 27 0 22 131 16 60 121 57
Binary 11011011 10110100 10111 0 10010 1011001 1110 110000 1010001 101111

Color Harmonies of #DBB417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB417

Black with #DBB417

Text Example


Text Example

White with #DBB417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB417; }

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

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

background-color css

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

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

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

border-color css

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

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

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