Html Css Color HEX #DBB30A Sunflower

📋 copy color: '#DBB30A'

red 219 ◦ green 179 ◦ blue 10

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

Shades of Sunflower #DBB30A

Tints of Sunflower #DBB30A

RGB

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

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

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

R = 53.68%
G = 43.87%
B = 2.45%

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

#DBB30A (or 0xDBB30A) is known color: Sunflower. HEX triplet: DB, B3 and 0A. RGB value is (219,179,10). Sum of RGB (Red+Green+Blue) = 219+179+10=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB30A is #244CF5. Grayscale: #ACACAC. Windows color (decimal): -2378998 or 701403. OLE color: 701403.

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

Color convert

RGB 219 179 10 -
CMYK 0 0.18 0.95 0.14
HSL 48.52º 0.91% 0.45% -
HSV(B) 48.52º 0.95% 0.86% -
XYZ 45.39 47.32 7.03 -
YUV 171.69 36.75 161.74 -
System Red Green Blue C M Y K H S L
Decimal 219 179 10 0 0.18 0.95 0.14 48.52 0.91 0.45
Hex DB B3 A 0 12 5F E 31 5B 2D
Octal 333 263 12 0 22 137 16 61 133 55
Binary 11011011 10110011 1010 0 10010 1011111 1110 110001 1011011 101101

Color Harmonies of #DBB30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB30A

Black with #DBB30A

Text Example


Text Example

White with #DBB30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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