Html Css Color HEX #DAC43B Wattle

📋 copy color: '#DAC43B'

red 218 ◦ green 196 ◦ blue 59

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

Shades of Wattle #DAC43B

Tints of Wattle #DAC43B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.47%

R = 46.09%
G = 41.44%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DAC43B (or 0xDAC43B) is known color: Wattle. HEX triplet: DA, C4 and 3B. RGB value is (218,196,59). Sum of RGB (Red+Green+Blue) = 218+196+59=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC43B is #253BC4. Grayscale: #BBBBBB. Windows color (decimal): -2440133 or 3917018. OLE color: 3917018.

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

Color convert

RGB 218 196 59 -
CMYK 0 0.10 0.73 0.15
HSL 51.7º 0.68% 0.54% -
HSV(B) 51.7º 0.73% 0.85% -
XYZ 49.44 54.7 12.09 -
YUV 186.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 218 196 59 0 0.10 0.73 0.15 51.7 0.68 0.54
Hex DA C4 3B 0 A 49 F 34 44 36
Octal 332 304 73 0 12 111 17 64 104 66
Binary 11011010 11000100 111011 0 1010 1001001 1111 110100 1000100 110110

Color Harmonies of #DAC43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC43B

Black with #DAC43B

Text Example


Text Example

White with #DAC43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC43B; }

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

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

background-color css

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

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

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

border-color css

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

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

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