Html Css Color HEX #DCC43A Wattle

📋 copy color: '#DCC43A'

red 220 ◦ green 196 ◦ blue 58

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

Shades of Wattle #DCC43A

Tints of Wattle #DCC43A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.35%

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

R = 46.41%
G = 41.35%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCC43A (or 0xDCC43A) is known color: Wattle. HEX triplet: DC, C4 and 3A. RGB value is (220,196,58). Sum of RGB (Red+Green+Blue) = 220+196+58=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC43A is #233BC5. Grayscale: #BCBCBC. Windows color (decimal): -2309062 or 3851484. OLE color: 3851484.

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

Color convert

RGB 220 196 58 -
CMYK 0 0.11 0.74 0.14
HSL 51.11º 0.7% 0.55% -
HSV(B) 51.11º 0.74% 0.86% -
XYZ 50.02 55 11.98 -
YUV 187.44 54.95 151.22 -
System Red Green Blue C M Y K H S L
Decimal 220 196 58 0 0.11 0.74 0.14 51.11 0.7 0.55
Hex DC C4 3A 0 B 4A E 33 46 37
Octal 334 304 72 0 13 112 16 63 106 67
Binary 11011100 11000100 111010 0 1011 1001010 1110 110011 1000110 110111

Color Harmonies of #DCC43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC43A

Black with #DCC43A

Text Example


Text Example

White with #DCC43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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