Html Css Color HEX #DBC53B Wattle

📋 copy color: '#DBC53B'

red 219 ◦ green 197 ◦ blue 59

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

Shades of Wattle #DBC53B

Tints of Wattle #DBC53B

RGB

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

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

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

R = 46.11%
G = 41.47%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBC53B (or 0xDBC53B) is known color: Wattle. HEX triplet: DB, C5 and 3B. RGB value is (219,197,59). Sum of RGB (Red+Green+Blue) = 219+197+59=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC53B is #243AC4. Grayscale: #BCBCBC. Windows color (decimal): -2374341 or 3917275. OLE color: 3917275.

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

Color convert

RGB 219 197 59 -
CMYK 0 0.10 0.73 0.14
HSL 51.75º 0.69% 0.55% -
HSV(B) 51.75º 0.73% 0.86% -
XYZ 49.97 55.31 12.18 -
YUV 187.85 55.29 150.22 -
System Red Green Blue C M Y K H S L
Decimal 219 197 59 0 0.10 0.73 0.14 51.75 0.69 0.55
Hex DB C5 3B 0 A 49 E 34 45 37
Octal 333 305 73 0 12 111 16 64 105 67
Binary 11011011 11000101 111011 0 1010 1001001 1110 110100 1000101 110111

Color Harmonies of #DBC53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC53B

Black with #DBC53B

Text Example


Text Example

White with #DBC53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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