Html Css Color HEX #DBB40A Sunflower

📋 copy color: '#DBB40A'

red 219 ◦ green 180 ◦ blue 10

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

Shades of Sunflower #DBB40A

Tints of Sunflower #DBB40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.44%

R = 53.55%
G = 44.01%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBB40A (or 0xDBB40A) is known color: Sunflower. HEX triplet: DB, B4 and 0A. RGB value is (219,180,10). Sum of RGB (Red+Green+Blue) = 219+180+10=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB40A is #244BF5. Grayscale: #ACACAC. Windows color (decimal): -2378742 or 701659. OLE color: 701659.

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

Color convert

RGB 219 180 10 -
CMYK 0 0.18 0.95 0.14
HSL 48.8º 0.91% 0.45% -
HSV(B) 48.8º 0.95% 0.86% -
XYZ 45.59 47.72 7.1 -
YUV 172.28 36.42 161.32 -
System Red Green Blue C M Y K H S L
Decimal 219 180 10 0 0.18 0.95 0.14 48.8 0.91 0.45
Hex DB B4 A 0 12 5F E 31 5B 2D
Octal 333 264 12 0 22 137 16 61 133 55
Binary 11011011 10110100 1010 0 10010 1011111 1110 110001 1011011 101101

Color Harmonies of #DBB40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB40A

Black with #DBB40A

Text Example


Text Example

White with #DBB40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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