Html Css Color HEX #DCC73A Wattle

📋 copy color: '#DCC73A'

red 220 ◦ green 199 ◦ blue 58

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

Shades of Wattle #DCC73A

Tints of Wattle #DCC73A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.16%

R = 46.12%
G = 41.72%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCC73A (or 0xDCC73A) is known color: Wattle. HEX triplet: DC, C7 and 3A. RGB value is (220,199,58). Sum of RGB (Red+Green+Blue) = 220+199+58=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC73A is #2338C5. Grayscale: #BDBDBD. Windows color (decimal): -2308294 or 3852252. OLE color: 3852252.

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

Color convert

RGB 220 199 58 -
CMYK 0 0.10 0.74 0.14
HSL 52.22º 0.7% 0.55% -
HSV(B) 52.22º 0.74% 0.86% -
XYZ 50.7 56.37 12.21 -
YUV 189.21 53.96 149.96 -
System Red Green Blue C M Y K H S L
Decimal 220 199 58 0 0.10 0.74 0.14 52.22 0.7 0.55
Hex DC C7 3A 0 A 4A E 34 46 37
Octal 334 307 72 0 12 112 16 64 106 67
Binary 11011100 11000111 111010 0 1010 1001010 1110 110100 1000110 110111

Color Harmonies of #DCC73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC73A

Black with #DCC73A

Text Example


Text Example

White with #DCC73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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