Html Css Color HEX #DBBA08 Sunflower

📋 copy color: '#DBBA08'

red 219 ◦ green 186 ◦ blue 8

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

Shades of Sunflower #DBBA08

Tints of Sunflower #DBBA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.94%

R = 53.03%
G = 45.04%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBBA08 (or 0xDBBA08) is known color: Sunflower. HEX triplet: DB, BA and 08. RGB value is (219,186,8). Sum of RGB (Red+Green+Blue) = 219+186+8=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA08 is #2445F7. Grayscale: #B0B0B0. Windows color (decimal): -2377208 or 572123. OLE color: 572123.

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

Color convert

RGB 219 186 8 -
CMYK 0 0.15 0.96 0.14
HSL 50.62º 0.93% 0.45% -
HSV(B) 50.62º 0.96% 0.86% -
XYZ 46.82 50.2 7.45 -
YUV 175.58 33.43 158.97 -
System Red Green Blue C M Y K H S L
Decimal 219 186 8 0 0.15 0.96 0.14 50.62 0.93 0.45
Hex DB BA 8 0 F 60 E 33 5D 2D
Octal 333 272 10 0 17 140 16 63 135 55
Binary 11011011 10111010 1000 0 1111 1100000 1110 110011 1011101 101101

Color Harmonies of #DBBA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA08

Black with #DBBA08

Text Example


Text Example

White with #DBBA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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