Html Css Color HEX #DBC032 Wattle

📋 copy color: '#DBC032'

red 219 ◦ green 192 ◦ blue 50

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

Shades of Wattle #DBC032

Tints of Wattle #DBC032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

 BLUE value IS 50 (19.92% from 255) = 10.85%

R = 47.51%
G = 41.65%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBC032 (or 0xDBC032) is known color: Wattle. HEX triplet: DB, C0 and 32. RGB value is (219,192,50). Sum of RGB (Red+Green+Blue) = 219+192+50=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC032 is #243FCD. Grayscale: #B8B8B8. Windows color (decimal): -2375630 or 3326171. OLE color: 3326171.

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

Color convert

RGB 219 192 50 -
CMYK 0 0.12 0.77 0.14
HSL 50.41º 0.7% 0.53% -
HSV(B) 50.41º 0.77% 0.86% -
XYZ 48.64 52.99 10.68 -
YUV 183.89 52.45 153.05 -
System Red Green Blue C M Y K H S L
Decimal 219 192 50 0 0.12 0.77 0.14 50.41 0.7 0.53
Hex DB C0 32 0 C 4D E 32 46 35
Octal 333 300 62 0 14 115 16 62 106 65
Binary 11011011 11000000 110010 0 1100 1001101 1110 110010 1000110 110101

Color Harmonies of #DBC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC032

Black with #DBC032

Text Example


Text Example

White with #DBC032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC032; }

 p { color: rgb(219,192,50); }

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

background-color css

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

 a { background-color: rgb(219,192,50); }

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

border-color css

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

 span { border-color: rgb(219,192,50); }

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