Html Css Color HEX #DBC63B Wattle

📋 copy color: '#DBC63B'

red 219 ◦ green 198 ◦ blue 59

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

Shades of Wattle #DBC63B

Tints of Wattle #DBC63B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.6%

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

R = 46.01%
G = 41.6%
B = 12.39%

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

#DBC63B (or 0xDBC63B) is known color: Wattle. HEX triplet: DB, C6 and 3B. RGB value is (219,198,59). Sum of RGB (Red+Green+Blue) = 219+198+59=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 59 (23.44% from 255 or 12.39% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC63B is #2439C4. Grayscale: #BDBDBD. Windows color (decimal): -2374085 or 3917531. OLE color: 3917531.

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

Color convert

RGB 219 198 59 -
CMYK 0 0.10 0.73 0.14
HSL 52.13º 0.69% 0.55% -
HSV(B) 52.13º 0.73% 0.86% -
XYZ 50.2 55.76 12.26 -
YUV 188.43 54.96 149.8 -
System Red Green Blue C M Y K H S L
Decimal 219 198 59 0 0.10 0.73 0.14 52.13 0.69 0.55
Hex DB C6 3B 0 A 49 E 34 45 37
Octal 333 306 73 0 12 111 16 64 105 67
Binary 11011011 11000110 111011 0 1010 1001001 1110 110100 1000101 110111

Color Harmonies of #DBC63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC63B

Black with #DBC63B

Text Example


Text Example

White with #DBC63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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