Html Css Color HEX #DBBA22 Sunflower

📋 copy color: '#DBBA22'

red 219 ◦ green 186 ◦ blue 34

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

Shades of Sunflower #DBBA22

Tints of Sunflower #DBBA22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.74%

R = 49.89%
G = 42.37%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBBA22 (or 0xDBBA22) is known color: Sunflower. HEX triplet: DB, BA and 22. RGB value is (219,186,34). Sum of RGB (Red+Green+Blue) = 219+186+34=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA22 is #2445DD. Grayscale: #B3B3B3. Windows color (decimal): -2377182 or 2276059. OLE color: 2276059.

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

Color convert

RGB 219 186 34 -
CMYK 0 0.15 0.84 0.14
HSL 49.3º 0.73% 0.5% -
HSV(B) 49.3º 0.84% 0.86% -
XYZ 47.06 50.29 8.74 -
YUV 178.54 46.43 156.86 -
System Red Green Blue C M Y K H S L
Decimal 219 186 34 0 0.15 0.84 0.14 49.3 0.73 0.5
Hex DB BA 22 0 F 54 E 31 49 32
Octal 333 272 42 0 17 124 16 61 111 62
Binary 11011011 10111010 100010 0 1111 1010100 1110 110001 1001001 110010

Color Harmonies of #DBBA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA22

Black with #DBBA22

Text Example


Text Example

White with #DBBA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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