Html Css Color HEX #DAC138 Wattle

📋 copy color: '#DAC138'

red 218 ◦ green 193 ◦ blue 56

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

Shades of Wattle #DAC138

Tints of Wattle #DAC138

RGB

 RED value IS 218 (85.55% from 255) = 46.68%

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

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

R = 46.68%
G = 41.33%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAC138 (or 0xDAC138) is known color: Wattle. HEX triplet: DA, C1 and 38. RGB value is (218,193,56). Sum of RGB (Red+Green+Blue) = 218+193+56=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC138 is #253EC7. Grayscale: #B9B9B9. Windows color (decimal): -2440904 or 3719642. OLE color: 3719642.

HSL color Cylindrical-coordinate representation of color #DAC138: hue angle of 50.74º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAC138 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 193 56 -
CMYK 0 0.11 0.74 0.15
HSL 50.74º 0.69% 0.54% -
HSV(B) 50.74º 0.74% 0.85% -
XYZ 48.7 53.33 11.47 -
YUV 184.86 55.28 151.64 -
System Red Green Blue C M Y K H S L
Decimal 218 193 56 0 0.11 0.74 0.15 50.74 0.69 0.54
Hex DA C1 38 0 B 4A F 33 45 36
Octal 332 301 70 0 13 112 17 63 105 66
Binary 11011010 11000001 111000 0 1011 1001010 1111 110011 1000101 110110

Color Harmonies of #DAC138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC138

Black with #DAC138

Text Example


Text Example

White with #DAC138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC138; }

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

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

background-color css

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

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

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

border-color css

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

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

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