Html Css Color HEX #DBC73C Wattle

📋 copy color: '#DBC73C'

red 219 ◦ green 199 ◦ blue 60

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

Shades of Wattle #DBC73C

Tints of Wattle #DBC73C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.63%

 BLUE value IS 60 (23.83% from 255) = 12.55%

R = 45.82%
G = 41.63%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBC73C (or 0xDBC73C) is known color: Wattle. HEX triplet: DB, C7 and 3C. RGB value is (219,199,60). Sum of RGB (Red+Green+Blue) = 219+199+60=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC73C is #2438C3. Grayscale: #BDBDBD. Windows color (decimal): -2373828 or 3983323. OLE color: 3983323.

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

Color convert

RGB 219 199 60 -
CMYK 0 0.09 0.73 0.14
HSL 52.45º 0.69% 0.55% -
HSV(B) 52.45º 0.73% 0.86% -
XYZ 50.45 56.23 12.47 -
YUV 189.13 55.13 149.3 -
System Red Green Blue C M Y K H S L
Decimal 219 199 60 0 0.09 0.73 0.14 52.45 0.69 0.55
Hex DB C7 3C 0 9 49 E 34 45 37
Octal 333 307 74 0 11 111 16 64 105 67
Binary 11011011 11000111 111100 0 1001 1001001 1110 110100 1000101 110111

Color Harmonies of #DBC73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC73C

Black with #DBC73C

Text Example


Text Example

White with #DBC73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC73C; }

 p { color: rgb(219,199,60); }

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

background-color css

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

 a { background-color: rgb(219,199,60); }

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

border-color css

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

 span { border-color: rgb(219,199,60); }

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