Html Css Color HEX #DBB922 Sunflower

📋 copy color: '#DBB922'

red 219 ◦ green 185 ◦ blue 34

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

Shades of Sunflower #DBB922

Tints of Sunflower #DBB922

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.24%

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

R = 50%
G = 42.24%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBB922 (or 0xDBB922) is known color: Sunflower. HEX triplet: DB, B9 and 22. RGB value is (219,185,34). Sum of RGB (Red+Green+Blue) = 219+185+34=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 34 (13.67% from 255 or 7.76% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB922 is #2446DD. Grayscale: #B2B2B2. Windows color (decimal): -2377438 or 2275803. OLE color: 2275803.

HSL color Cylindrical-coordinate representation of color #DBB922: hue angle of 48.97º 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 #DBB922 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 185 34 -
CMYK 0 0.16 0.84 0.14
HSL 48.97º 0.73% 0.5% -
HSV(B) 48.97º 0.84% 0.86% -
XYZ 46.85 49.87 8.67 -
YUV 177.95 46.76 157.28 -
System Red Green Blue C M Y K H S L
Decimal 219 185 34 0 0.16 0.84 0.14 48.97 0.73 0.5
Hex DB B9 22 0 10 54 E 31 49 32
Octal 333 271 42 0 20 124 16 61 111 62
Binary 11011011 10111001 100010 0 10000 1010100 1110 110001 1001001 110010

Color Harmonies of #DBB922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB922

Black with #DBB922

Text Example


Text Example

White with #DBB922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB922; }

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

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

background-color css

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

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

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

border-color css

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

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

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