Html Css Color HEX #DBBA05 Sunflower

📋 copy color: '#DBBA05'

red 219 ◦ green 186 ◦ blue 5

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

Shades of Sunflower #DBBA05

Tints of Sunflower #DBBA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 53.41%
G = 45.37%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBBA05 (or 0xDBBA05) is known color: Sunflower. HEX triplet: DB, BA and 05. RGB value is (219,186,5). Sum of RGB (Red+Green+Blue) = 219+186+5=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA05 is #2445FA. Grayscale: #AFAFAF. Windows color (decimal): -2377211 or 375515. OLE color: 375515.

HSL color Cylindrical-coordinate representation of color #DBBA05: hue angle of 50.75º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBBA05 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 186 5 -
CMYK 0 0.15 0.98 0.14
HSL 50.75º 0.96% 0.44% -
HSV(B) 50.75º 0.98% 0.86% -
XYZ 46.8 50.19 7.36 -
YUV 175.23 31.93 159.22 -
System Red Green Blue C M Y K H S L
Decimal 219 186 5 0 0.15 0.98 0.14 50.75 0.96 0.44
Hex DB BA 5 0 F 62 E 33 60 2C
Octal 333 272 5 0 17 142 16 63 140 54
Binary 11011011 10111010 101 0 1111 1100010 1110 110011 1100000 101100

Color Harmonies of #DBBA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA05

Black with #DBBA05

Text Example


Text Example

White with #DBBA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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