Html Css Color HEX #DBB31A Sunflower

📋 copy color: '#DBB31A'

red 219 ◦ green 179 ◦ blue 26

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

Shades of Sunflower #DBB31A

Tints of Sunflower #DBB31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.22%

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

R = 51.65%
G = 42.22%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBB31A (or 0xDBB31A) is known color: Sunflower. HEX triplet: DB, B3 and 1A. RGB value is (219,179,26). Sum of RGB (Red+Green+Blue) = 219+179+26=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 26 (10.55% from 255 or 6.13% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB31A is #244CE5. Grayscale: #AEAEAE. Windows color (decimal): -2378982 or 1749979. OLE color: 1749979.

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

Color convert

RGB 219 179 26 -
CMYK 0 0.18 0.88 0.14
HSL 47.56º 0.79% 0.48% -
HSV(B) 47.56º 0.88% 0.86% -
XYZ 45.52 47.37 7.72 -
YUV 173.52 44.75 160.44 -
System Red Green Blue C M Y K H S L
Decimal 219 179 26 0 0.18 0.88 0.14 47.56 0.79 0.48
Hex DB B3 1A 0 12 58 E 30 4F 30
Octal 333 263 32 0 22 130 16 60 117 60
Binary 11011011 10110011 11010 0 10010 1011000 1110 110000 1001111 110000

Color Harmonies of #DBB31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB31A

Black with #DBB31A

Text Example


Text Example

White with #DBB31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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