Html Css Color HEX #DCC638 Wattle

📋 copy color: '#DCC638'

red 220 ◦ green 198 ◦ blue 56

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

Shades of Wattle #DCC638

Tints of Wattle #DCC638

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.77%

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

R = 46.41%
G = 41.77%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCC638 (or 0xDCC638) is known color: Wattle. HEX triplet: DC, C6 and 38. RGB value is (220,198,56). Sum of RGB (Red+Green+Blue) = 220+198+56=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC638 is #2339C7. Grayscale: #BCBCBC. Windows color (decimal): -2308552 or 3720924. OLE color: 3720924.

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

Color convert

RGB 220 198 56 -
CMYK 0 0.1 0.75 0.14
HSL 51.95º 0.7% 0.54% -
HSV(B) 51.95º 0.75% 0.86% -
XYZ 50.42 55.89 11.87 -
YUV 188.39 53.29 150.55 -
System Red Green Blue C M Y K H S L
Decimal 220 198 56 0 0.1 0.75 0.14 51.95 0.7 0.54
Hex DC C6 38 0 A 4B E 34 46 36
Octal 334 306 70 0 12 113 16 64 106 66
Binary 11011100 11000110 111000 0 1010 1001011 1110 110100 1000110 110110

Color Harmonies of #DCC638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC638

Black with #DCC638

Text Example


Text Example

White with #DCC638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC638; }

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

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

background-color css

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

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

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

border-color css

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

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

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