Html Css Color HEX #DBC131 Wattle

📋 copy color: '#DBC131'

red 219 ◦ green 193 ◦ blue 49

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

Shades of Wattle #DBC131

Tints of Wattle #DBC131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.87%

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

R = 47.51%
G = 41.87%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBC131 (or 0xDBC131) is known color: Wattle. HEX triplet: DB, C1 and 31. RGB value is (219,193,49). Sum of RGB (Red+Green+Blue) = 219+193+49=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC131 is #243ECE. Grayscale: #B8B8B8. Windows color (decimal): -2375375 or 3260891. OLE color: 3260891.

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

Color convert

RGB 219 193 49 -
CMYK 0 0.12 0.78 0.14
HSL 50.82º 0.7% 0.53% -
HSV(B) 50.82º 0.78% 0.86% -
XYZ 48.84 53.42 10.64 -
YUV 184.36 51.61 152.71 -
System Red Green Blue C M Y K H S L
Decimal 219 193 49 0 0.12 0.78 0.14 50.82 0.7 0.53
Hex DB C1 31 0 C 4E E 33 46 35
Octal 333 301 61 0 14 116 16 63 106 65
Binary 11011011 11000001 110001 0 1100 1001110 1110 110011 1000110 110101

Color Harmonies of #DBC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC131

Black with #DBC131

Text Example


Text Example

White with #DBC131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC131; }

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

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

background-color css

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

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

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

border-color css

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

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

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