Html Css Color HEX #DCC13A Wattle

📋 copy color: '#DCC13A'

red 220 ◦ green 193 ◦ blue 58

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

Shades of Wattle #DCC13A

Tints of Wattle #DCC13A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.98%

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

R = 46.71%
G = 40.98%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCC13A (or 0xDCC13A) is known color: Wattle. HEX triplet: DC, C1 and 3A. RGB value is (220,193,58). Sum of RGB (Red+Green+Blue) = 220+193+58=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC13A is #233EC5. Grayscale: #BABABA. Windows color (decimal): -2309830 or 3850716. OLE color: 3850716.

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

Color convert

RGB 220 193 58 -
CMYK 0 0.12 0.74 0.14
HSL 50º 0.7% 0.55% -
HSV(B) 50º 0.74% 0.86% -
XYZ 49.35 53.66 11.76 -
YUV 185.68 55.95 152.48 -
System Red Green Blue C M Y K H S L
Decimal 220 193 58 0 0.12 0.74 0.14 50 0.7 0.55
Hex DC C1 3A 0 C 4A E 32 46 37
Octal 334 301 72 0 14 112 16 62 106 67
Binary 11011100 11000001 111010 0 1100 1001010 1110 110010 1000110 110111

Color Harmonies of #DCC13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC13A

Black with #DCC13A

Text Example


Text Example

White with #DCC13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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