Html Css Color HEX #DBBF31 Wattle

📋 copy color: '#DBBF31'

red 219 ◦ green 191 ◦ blue 49

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

Shades of Wattle #DBBF31

Tints of Wattle #DBBF31

RGB

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

 GREEN value IS 191 (75% from 255) = 41.61%

 BLUE value IS 49 (19.53% from 255) = 10.68%

R = 47.71%
G = 41.61%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBBF31 (or 0xDBBF31) is known color: Wattle. HEX triplet: DB, BF and 31. RGB value is (219,191,49). Sum of RGB (Red+Green+Blue) = 219+191+49=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBF31 is #2440CE. Grayscale: #B7B7B7. Windows color (decimal): -2375887 or 3260379. OLE color: 3260379.

HSL color Cylindrical-coordinate representation of color #DBBF31: hue angle of 50.12º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBBF31 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 191 49 -
CMYK 0 0.13 0.78 0.14
HSL 50.12º 0.7% 0.53% -
HSV(B) 50.12º 0.78% 0.86% -
XYZ 48.4 52.54 10.5 -
YUV 183.18 52.28 153.55 -
System Red Green Blue C M Y K H S L
Decimal 219 191 49 0 0.13 0.78 0.14 50.12 0.7 0.53
Hex DB BF 31 0 D 4E E 32 46 35
Octal 333 277 61 0 15 116 16 62 106 65
Binary 11011011 10111111 110001 0 1101 1001110 1110 110010 1000110 110101

Color Harmonies of #DBBF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBF31

Black with #DBBF31

Text Example


Text Example

White with #DBBF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBF31; }

 p { color: rgb(219,191,49); }

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

background-color css

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

 a { background-color: rgb(219,191,49); }

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

border-color css

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

 span { border-color: rgb(219,191,49); }

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