Html Css Color HEX #DCC73B Wattle

📋 copy color: '#DCC73B'

red 220 ◦ green 199 ◦ blue 59

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

Shades of Wattle #DCC73B

Tints of Wattle #DCC73B

RGB

 RED value IS 220 (86.33% from 255) = 46.03%

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

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

R = 46.03%
G = 41.63%
B = 12.34%

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

#DCC73B (or 0xDCC73B) is known color: Wattle. HEX triplet: DC, C7 and 3B. RGB value is (220,199,59). Sum of RGB (Red+Green+Blue) = 220+199+59=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC73B is #2338C4. Grayscale: #BDBDBD. Windows color (decimal): -2308293 or 3917788. OLE color: 3917788.

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

Color convert

RGB 220 199 59 -
CMYK 0 0.10 0.73 0.14
HSL 52.17º 0.7% 0.55% -
HSV(B) 52.17º 0.73% 0.86% -
XYZ 50.73 56.38 12.35 -
YUV 189.32 54.46 149.88 -
System Red Green Blue C M Y K H S L
Decimal 220 199 59 0 0.10 0.73 0.14 52.17 0.7 0.55
Hex DC C7 3B 0 A 49 E 34 46 37
Octal 334 307 73 0 12 111 16 64 106 67
Binary 11011100 11000111 111011 0 1010 1001001 1110 110100 1000110 110111

Color Harmonies of #DCC73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC73B

Black with #DCC73B

Text Example


Text Example

White with #DCC73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC73B; }

 p { color: rgb(220,199,59); }

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

background-color css

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

 a { background-color: rgb(220,199,59); }

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

border-color css

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

 span { border-color: rgb(220,199,59); }

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