Html Css Color HEX #DBB40F Sunflower

📋 copy color: '#DBB40F'

red 219 ◦ green 180 ◦ blue 15

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

Shades of Sunflower #DBB40F

Tints of Sunflower #DBB40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.62%

R = 52.9%
G = 43.48%
B = 3.62%

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

#DBB40F (or 0xDBB40F) is known color: Sunflower. HEX triplet: DB, B4 and 0F. RGB value is (219,180,15). Sum of RGB (Red+Green+Blue) = 219+180+15=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB40F is #244BF0. Grayscale: #ADADAD. Windows color (decimal): -2378737 or 1029339. OLE color: 1029339.

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

Color convert

RGB 219 180 15 -
CMYK 0 0.18 0.93 0.14
HSL 48.53º 0.87% 0.46% -
HSV(B) 48.53º 0.93% 0.86% -
XYZ 45.62 47.74 7.26 -
YUV 172.85 38.92 160.92 -
System Red Green Blue C M Y K H S L
Decimal 219 180 15 0 0.18 0.93 0.14 48.53 0.87 0.46
Hex DB B4 F 0 12 5D E 31 57 2E
Octal 333 264 17 0 22 135 16 61 127 56
Binary 11011011 10110100 1111 0 10010 1011101 1110 110001 1010111 101110

Color Harmonies of #DBB40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB40F

Black with #DBB40F

Text Example


Text Example

White with #DBB40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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