Html Css Color HEX #DBB51A Sunflower

📋 copy color: '#DBB51A'

red 219 ◦ green 181 ◦ blue 26

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

Shades of Sunflower #DBB51A

Tints of Sunflower #DBB51A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.49%

 BLUE value IS 26 (10.55% from 255) = 6.1%

R = 51.41%
G = 42.49%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBB51A (or 0xDBB51A) is known color: Sunflower. HEX triplet: DB, B5 and 1A. RGB value is (219,181,26). Sum of RGB (Red+Green+Blue) = 219+181+26=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB51A is #244AE5. Grayscale: #AFAFAF. Windows color (decimal): -2378470 or 1750491. OLE color: 1750491.

HSL color Cylindrical-coordinate representation of color #DBB51A: hue angle of 48.19º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBB51A is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 181 26 -
CMYK 0 0.17 0.88 0.14
HSL 48.19º 0.79% 0.48% -
HSV(B) 48.19º 0.88% 0.86% -
XYZ 45.92 48.18 7.86 -
YUV 174.69 44.09 159.6 -
System Red Green Blue C M Y K H S L
Decimal 219 181 26 0 0.17 0.88 0.14 48.19 0.79 0.48
Hex DB B5 1A 0 11 58 E 30 4F 30
Octal 333 265 32 0 21 130 16 60 117 60
Binary 11011011 10110101 11010 0 10001 1011000 1110 110000 1001111 110000

Color Harmonies of #DBB51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB51A

Black with #DBB51A

Text Example


Text Example

White with #DBB51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB51A; }

 p { color: rgb(219,181,26); }

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

background-color css

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

 a { background-color: rgb(219,181,26); }

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

border-color css

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

 span { border-color: rgb(219,181,26); }

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