Html Css Color HEX #DBC53D Wattle

📋 copy color: '#DBC53D'

red 219 ◦ green 197 ◦ blue 61

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

Shades of Wattle #DBC53D

Tints of Wattle #DBC53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.79%

R = 45.91%
G = 41.3%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DBC53D (or 0xDBC53D) is known color: Wattle. HEX triplet: DB, C5 and 3D. RGB value is (219,197,61). Sum of RGB (Red+Green+Blue) = 219+197+61=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 61 (24.22% from 255 or 12.79% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC53D is #243AC2. Grayscale: #BCBCBC. Windows color (decimal): -2374339 or 4048347. OLE color: 4048347.

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

Color convert

RGB 219 197 61 -
CMYK 0 0.10 0.72 0.14
HSL 51.65º 0.69% 0.55% -
HSV(B) 51.65º 0.72% 0.86% -
XYZ 50.02 55.33 12.46 -
YUV 188.07 56.29 150.06 -
System Red Green Blue C M Y K H S L
Decimal 219 197 61 0 0.10 0.72 0.14 51.65 0.69 0.55
Hex DB C5 3D 0 A 48 E 34 45 37
Octal 333 305 75 0 12 110 16 64 105 67
Binary 11011011 11000101 111101 0 1010 1001000 1110 110100 1000101 110111

Color Harmonies of #DBC53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC53D

Black with #DBC53D

Text Example


Text Example

White with #DBC53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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