Html Css Color HEX #DBC73B Wattle

📋 copy color: '#DBC73B'

red 219 ◦ green 199 ◦ blue 59

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

Shades of Wattle #DBC73B

Tints of Wattle #DBC73B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.72%

 BLUE value IS 59 (23.44% from 255) = 12.37%

R = 45.91%
G = 41.72%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBC73B (or 0xDBC73B) is known color: Wattle. HEX triplet: DB, C7 and 3B. RGB value is (219,199,59). Sum of RGB (Red+Green+Blue) = 219+199+59=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 59 (23.44% from 255 or 12.37% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC73B is #2438C4. Grayscale: #BDBDBD. Windows color (decimal): -2373829 or 3917787. OLE color: 3917787.

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

Color convert

RGB 219 199 59 -
CMYK 0 0.09 0.73 0.14
HSL 52.5º 0.69% 0.55% -
HSV(B) 52.5º 0.73% 0.86% -
XYZ 50.43 56.22 12.33 -
YUV 189.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 219 199 59 0 0.09 0.73 0.14 52.5 0.69 0.55
Hex DB C7 3B 0 9 49 E 34 45 37
Octal 333 307 73 0 11 111 16 64 105 67
Binary 11011011 11000111 111011 0 1001 1001001 1110 110100 1000101 110111

Color Harmonies of #DBC73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC73B

Black with #DBC73B

Text Example


Text Example

White with #DBC73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC73B; }

 p { color: rgb(219,199,59); }

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

background-color css

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

 a { background-color: rgb(219,199,59); }

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

border-color css

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

 span { border-color: rgb(219,199,59); }

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