Html Css Color HEX #DCC138 Wattle

📋 copy color: '#DCC138'

red 220 ◦ green 193 ◦ blue 56

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

Shades of Wattle #DCC138

Tints of Wattle #DCC138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.94%

R = 46.91%
G = 41.15%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCC138 (or 0xDCC138) is known color: Wattle. HEX triplet: DC, C1 and 38. RGB value is (220,193,56). Sum of RGB (Red+Green+Blue) = 220+193+56=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC138 is #233EC7. Grayscale: #BABABA. Windows color (decimal): -2309832 or 3719644. OLE color: 3719644.

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

Color convert

RGB 220 193 56 -
CMYK 0 0.12 0.75 0.14
HSL 50.12º 0.7% 0.54% -
HSV(B) 50.12º 0.75% 0.86% -
XYZ 49.3 53.64 11.5 -
YUV 185.46 54.95 152.64 -
System Red Green Blue C M Y K H S L
Decimal 220 193 56 0 0.12 0.75 0.14 50.12 0.7 0.54
Hex DC C1 38 0 C 4B E 32 46 36
Octal 334 301 70 0 14 113 16 62 106 66
Binary 11011100 11000001 111000 0 1100 1001011 1110 110010 1000110 110110

Color Harmonies of #DCC138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC138

Black with #DCC138

Text Example


Text Example

White with #DCC138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC138; }

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

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

background-color css

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

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

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

border-color css

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

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

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