Html Css Color HEX #DBBA1B Sunflower

📋 copy color: '#DBBA1B'

red 219 ◦ green 186 ◦ blue 27

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

Shades of Sunflower #DBBA1B

Tints of Sunflower #DBBA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.25%

R = 50.69%
G = 43.06%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBBA1B (or 0xDBBA1B) is known color: Sunflower. HEX triplet: DB, BA and 1B. RGB value is (219,186,27). Sum of RGB (Red+Green+Blue) = 219+186+27=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 27 (10.94% from 255 or 6.25% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA1B is #2445E4. Grayscale: #B2B2B2. Windows color (decimal): -2377189 or 1817307. OLE color: 1817307.

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

Color convert

RGB 219 186 27 -
CMYK 0 0.15 0.88 0.14
HSL 49.69º 0.78% 0.48% -
HSV(B) 49.69º 0.88% 0.86% -
XYZ 46.97 50.26 8.26 -
YUV 177.74 42.93 157.43 -
System Red Green Blue C M Y K H S L
Decimal 219 186 27 0 0.15 0.88 0.14 49.69 0.78 0.48
Hex DB BA 1B 0 F 58 E 32 4E 30
Octal 333 272 33 0 17 130 16 62 116 60
Binary 11011011 10111010 11011 0 1111 1011000 1110 110010 1001110 110000

Color Harmonies of #DBBA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA1B

Black with #DBBA1B

Text Example


Text Example

White with #DBBA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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