Html Css Color HEX #DAC640 Wattle

📋 copy color: '#DAC640'

red 218 ◦ green 198 ◦ blue 64

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

Shades of Wattle #DAC640

Tints of Wattle #DAC640

RGB

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

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

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

R = 45.42%
G = 41.25%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAC640 (or 0xDAC640) is known color: Wattle. HEX triplet: DA, C6 and 40. RGB value is (218,198,64). Sum of RGB (Red+Green+Blue) = 218+198+64=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC640 is #2539BF. Grayscale: #BDBDBD. Windows color (decimal): -2439616 or 4245210. OLE color: 4245210.

HSL color Cylindrical-coordinate representation of color #DAC640: hue angle of 52.21º 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 #DAC640 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 198 64 -
CMYK 0 0.09 0.71 0.15
HSL 52.21º 0.68% 0.55% -
HSV(B) 52.21º 0.71% 0.85% -
XYZ 50.03 55.66 12.96 -
YUV 188.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 218 198 64 0 0.09 0.71 0.15 52.21 0.68 0.55
Hex DA C6 40 0 9 47 F 34 44 37
Octal 332 306 100 0 11 107 17 64 104 67
Binary 11011010 11000110 1000000 0 1001 1000111 1111 110100 1000100 110111

Color Harmonies of #DAC640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC640

Black with #DAC640

Text Example


Text Example

White with #DAC640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC640; }

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

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

background-color css

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

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

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

border-color css

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

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

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