Html Css Color HEX #DCC13E Wattle

📋 copy color: '#DCC13E'

red 220 ◦ green 193 ◦ blue 62

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

Shades of Wattle #DCC13E

Tints of Wattle #DCC13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.05%

R = 46.32%
G = 40.63%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCC13E (or 0xDCC13E) is known color: Wattle. HEX triplet: DC, C1 and 3E. RGB value is (220,193,62). Sum of RGB (Red+Green+Blue) = 220+193+62=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC13E is #233EC1. Grayscale: #BABABA. Windows color (decimal): -2309826 or 4112860. OLE color: 4112860.

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

Color convert

RGB 220 193 62 -
CMYK 0 0.12 0.72 0.14
HSL 49.75º 0.69% 0.55% -
HSV(B) 49.75º 0.72% 0.86% -
XYZ 49.45 53.7 12.32 -
YUV 186.14 57.95 152.15 -
System Red Green Blue C M Y K H S L
Decimal 220 193 62 0 0.12 0.72 0.14 49.75 0.69 0.55
Hex DC C1 3E 0 C 48 E 32 45 37
Octal 334 301 76 0 14 110 16 62 105 67
Binary 11011100 11000001 111110 0 1100 1001000 1110 110010 1000101 110111

Color Harmonies of #DCC13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC13E

Black with #DCC13E

Text Example


Text Example

White with #DCC13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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