Html Css Color HEX #DAC738 Wattle

📋 copy color: '#DAC738'

red 218 ◦ green 199 ◦ blue 56

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

Shades of Wattle #DAC738

Tints of Wattle #DAC738

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.07%

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

R = 46.09%
G = 42.07%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAC738 (or 0xDAC738) is known color: Wattle. HEX triplet: DA, C7 and 38. RGB value is (218,199,56). Sum of RGB (Red+Green+Blue) = 218+199+56=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC738 is #2538C7. Grayscale: #BCBCBC. Windows color (decimal): -2439368 or 3721178. OLE color: 3721178.

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

Color convert

RGB 218 199 56 -
CMYK 0 0.09 0.74 0.15
HSL 52.96º 0.69% 0.54% -
HSV(B) 52.96º 0.74% 0.85% -
XYZ 50.05 56.04 11.92 -
YUV 188.38 53.29 149.13 -
System Red Green Blue C M Y K H S L
Decimal 218 199 56 0 0.09 0.74 0.15 52.96 0.69 0.54
Hex DA C7 38 0 9 4A F 35 45 36
Octal 332 307 70 0 11 112 17 65 105 66
Binary 11011010 11000111 111000 0 1001 1001010 1111 110101 1000101 110110

Color Harmonies of #DAC738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC738

Black with #DAC738

Text Example


Text Example

White with #DAC738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC738; }

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

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

background-color css

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

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

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

border-color css

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

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

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