Html Css Color HEX #DBBA01 Sunflower

📋 copy color: '#DBBA01'

red 219 ◦ green 186 ◦ blue 1

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

Shades of Sunflower #DBBA01

Tints of Sunflower #DBBA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.81%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 53.94%
G = 45.81%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBBA01 (or 0xDBBA01) is known color: Sunflower. HEX triplet: DB, BA and 01. RGB value is (219,186,1). Sum of RGB (Red+Green+Blue) = 219+186+1=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA01 is #2445FE. Grayscale: #AFAFAF. Windows color (decimal): -2377215 or 113371. OLE color: 113371.

HSL color Cylindrical-coordinate representation of color #DBBA01: hue angle of 50.92º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBBA01 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 186 1 -
CMYK 0 0.15 1.00 0.14
HSL 50.92º 0.99% 0.43% -
HSV(B) 50.92º 1% 0.86% -
XYZ 46.78 50.18 7.25 -
YUV 174.78 29.93 159.54 -
System Red Green Blue C M Y K H S L
Decimal 219 186 1 0 0.15 1.00 0.14 50.92 0.99 0.43
Hex DB BA 1 0 F 64 E 33 63 2B
Octal 333 272 1 0 17 144 16 63 143 53
Binary 11011011 10111010 1 0 1111 1100100 1110 110011 1100011 101011

Color Harmonies of #DBBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA01

Black with #DBBA01

Text Example


Text Example

White with #DBBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA01; }

 p { color: rgb(219,186,1); }

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

background-color css

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

 a { background-color: rgb(219,186,1); }

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

border-color css

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

 span { border-color: rgb(219,186,1); }

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