Html Css Color HEX #DBC536 Wattle

📋 copy color: '#DBC536'

red 219 ◦ green 197 ◦ blue 54

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

Shades of Wattle #DBC536

Tints of Wattle #DBC536

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.91%

 BLUE value IS 54 (21.48% from 255) = 11.49%

R = 46.6%
G = 41.91%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DBC536 (or 0xDBC536) is known color: Wattle. HEX triplet: DB, C5 and 36. RGB value is (219,197,54). Sum of RGB (Red+Green+Blue) = 219+197+54=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC536 is #243AC9. Grayscale: #BBBBBB. Windows color (decimal): -2374346 or 3589595. OLE color: 3589595.

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

Color convert

RGB 219 197 54 -
CMYK 0 0.10 0.75 0.14
HSL 52º 0.7% 0.54% -
HSV(B) 52º 0.75% 0.86% -
XYZ 49.85 55.26 11.53 -
YUV 187.28 52.79 150.63 -
System Red Green Blue C M Y K H S L
Decimal 219 197 54 0 0.10 0.75 0.14 52 0.7 0.54
Hex DB C5 36 0 A 4B E 34 46 36
Octal 333 305 66 0 12 113 16 64 106 66
Binary 11011011 11000101 110110 0 1010 1001011 1110 110100 1000110 110110

Color Harmonies of #DBC536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC536

Black with #DBC536

Text Example


Text Example

White with #DBC536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC536; }

 p { color: rgb(219,197,54); }

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

background-color css

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

 a { background-color: rgb(219,197,54); }

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

border-color css

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

 span { border-color: rgb(219,197,54); }

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