Html Css Color HEX #DAC140 Wattle

📋 copy color: '#DAC140'

red 218 ◦ green 193 ◦ blue 64

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

Shades of Wattle #DAC140

Tints of Wattle #DAC140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.47%

R = 45.89%
G = 40.63%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAC140 (or 0xDAC140) is known color: Wattle. HEX triplet: DA, C1 and 40. RGB value is (218,193,64). Sum of RGB (Red+Green+Blue) = 218+193+64=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC140 is #253EBF. Grayscale: #BABABA. Windows color (decimal): -2440896 or 4243930. OLE color: 4243930.

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

Color convert

RGB 218 193 64 -
CMYK 0 0.11 0.71 0.15
HSL 50.26º 0.68% 0.55% -
HSV(B) 50.26º 0.71% 0.85% -
XYZ 48.91 53.42 12.58 -
YUV 185.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 218 193 64 0 0.11 0.71 0.15 50.26 0.68 0.55
Hex DA C1 40 0 B 47 F 32 44 37
Octal 332 301 100 0 13 107 17 62 104 67
Binary 11011010 11000001 1000000 0 1011 1000111 1111 110010 1000100 110111

Color Harmonies of #DAC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC140

Black with #DAC140

Text Example


Text Example

White with #DAC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC140; }

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

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

background-color css

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

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

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

border-color css

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

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

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