Html Css Color HEX #DBB409 Sunflower

📋 copy color: '#DBB409'

red 219 ◦ green 180 ◦ blue 9

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

Shades of Sunflower #DBB409

Tints of Sunflower #DBB409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.21%

R = 53.68%
G = 44.12%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBB409 (or 0xDBB409) is known color: Sunflower. HEX triplet: DB, B4 and 09. RGB value is (219,180,9). Sum of RGB (Red+Green+Blue) = 219+180+9=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB409 is #244BF6. Grayscale: #ACACAC. Windows color (decimal): -2378743 or 636123. OLE color: 636123.

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

Color convert

RGB 219 180 9 -
CMYK 0 0.18 0.96 0.14
HSL 48.86º 0.92% 0.45% -
HSV(B) 48.86º 0.96% 0.86% -
XYZ 45.58 47.72 7.07 -
YUV 172.17 35.92 161.4 -
System Red Green Blue C M Y K H S L
Decimal 219 180 9 0 0.18 0.96 0.14 48.86 0.92 0.45
Hex DB B4 9 0 12 60 E 31 5C 2D
Octal 333 264 11 0 22 140 16 61 134 55
Binary 11011011 10110100 1001 0 10010 1100000 1110 110001 1011100 101101

Color Harmonies of #DBB409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB409

Black with #DBB409

Text Example


Text Example

White with #DBB409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB409; }

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

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

background-color css

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

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

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

border-color css

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

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

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