Html Css Color HEX #DBC636 Wattle

📋 copy color: '#DBC636'

red 219 ◦ green 198 ◦ blue 54

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

Shades of Wattle #DBC636

Tints of Wattle #DBC636

RGB

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

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

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

R = 46.5%
G = 42.04%
B = 11.46%

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

#DBC636 (or 0xDBC636) is known color: Wattle. HEX triplet: DB, C6 and 36. RGB value is (219,198,54). Sum of RGB (Red+Green+Blue) = 219+198+54=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 54 (21.48% from 255 or 11.46% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC636 is #2439C9. Grayscale: #BCBCBC. Windows color (decimal): -2374090 or 3589851. OLE color: 3589851.

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

Color convert

RGB 219 198 54 -
CMYK 0 0.10 0.75 0.14
HSL 52.36º 0.7% 0.54% -
HSV(B) 52.36º 0.75% 0.86% -
XYZ 50.07 55.71 11.6 -
YUV 187.86 52.46 150.21 -
System Red Green Blue C M Y K H S L
Decimal 219 198 54 0 0.10 0.75 0.14 52.36 0.7 0.54
Hex DB C6 36 0 A 4B E 34 46 36
Octal 333 306 66 0 12 113 16 64 106 66
Binary 11011011 11000110 110110 0 1010 1001011 1110 110100 1000110 110110

Color Harmonies of #DBC636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC636

Black with #DBC636

Text Example


Text Example

White with #DBC636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC636; }

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

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

background-color css

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

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

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

border-color css

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

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

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