Html Css Color HEX #DAC43F Wattle

📋 copy color: '#DAC43F'

red 218 ◦ green 196 ◦ blue 63

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

Shades of Wattle #DAC43F

Tints of Wattle #DAC43F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.09%

 BLUE value IS 63 (25% from 255) = 13.21%

R = 45.7%
G = 41.09%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAC43F (or 0xDAC43F) is known color: Wattle. HEX triplet: DA, C4 and 3F. RGB value is (218,196,63). Sum of RGB (Red+Green+Blue) = 218+196+63=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC43F is #253BC0. Grayscale: #BBBBBB. Windows color (decimal): -2440129 or 4179162. OLE color: 4179162.

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

Color convert

RGB 218 196 63 -
CMYK 0 0.10 0.71 0.15
HSL 51.48º 0.68% 0.55% -
HSV(B) 51.48º 0.71% 0.85% -
XYZ 49.55 54.74 12.66 -
YUV 187.42 57.79 149.81 -
System Red Green Blue C M Y K H S L
Decimal 218 196 63 0 0.10 0.71 0.15 51.48 0.68 0.55
Hex DA C4 3F 0 A 47 F 33 44 37
Octal 332 304 77 0 12 107 17 63 104 67
Binary 11011010 11000100 111111 0 1010 1000111 1111 110011 1000100 110111

Color Harmonies of #DAC43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC43F

Black with #DAC43F

Text Example


Text Example

White with #DAC43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC43F; }

 p { color: rgb(218,196,63); }

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

background-color css

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

 a { background-color: rgb(218,196,63); }

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

border-color css

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

 span { border-color: rgb(218,196,63); }

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