Html Css Color HEX #DCC43B Wattle

📋 copy color: '#DCC43B'

red 220 ◦ green 196 ◦ blue 59

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

Shades of Wattle #DCC43B

Tints of Wattle #DCC43B

RGB

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

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

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

R = 46.32%
G = 41.26%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCC43B (or 0xDCC43B) is known color: Wattle. HEX triplet: DC, C4 and 3B. RGB value is (220,196,59). Sum of RGB (Red+Green+Blue) = 220+196+59=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC43B is #233BC4. Grayscale: #BCBCBC. Windows color (decimal): -2309061 or 3917020. OLE color: 3917020.

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

Color convert

RGB 220 196 59 -
CMYK 0 0.11 0.73 0.14
HSL 51.06º 0.7% 0.55% -
HSV(B) 51.06º 0.73% 0.86% -
XYZ 50.04 55.01 12.12 -
YUV 187.56 55.45 151.14 -
System Red Green Blue C M Y K H S L
Decimal 220 196 59 0 0.11 0.73 0.14 51.06 0.7 0.55
Hex DC C4 3B 0 B 49 E 33 46 37
Octal 334 304 73 0 13 111 16 63 106 67
Binary 11011100 11000100 111011 0 1011 1001001 1110 110011 1000110 110111

Color Harmonies of #DCC43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC43B

Black with #DCC43B

Text Example


Text Example

White with #DCC43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC43B; }

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

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

background-color css

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

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

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

border-color css

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

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

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