Html Css Color HEX #DAC631 Wattle

📋 copy color: '#DAC631'

red 218 ◦ green 198 ◦ blue 49

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

Shades of Wattle #DAC631

Tints of Wattle #DAC631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.54%

R = 46.88%
G = 42.58%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAC631 (or 0xDAC631) is known color: Wattle. HEX triplet: DA, C6 and 31. RGB value is (218,198,49). Sum of RGB (Red+Green+Blue) = 218+198+49=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC631 is #2539CE. Grayscale: #BBBBBB. Windows color (decimal): -2439631 or 3262170. OLE color: 3262170.

HSL color Cylindrical-coordinate representation of color #DAC631: hue angle of 52.9º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAC631 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 198 49 -
CMYK 0 0.09 0.78 0.15
HSL 52.9º 0.7% 0.52% -
HSV(B) 52.9º 0.78% 0.85% -
XYZ 49.66 55.52 11 -
YUV 186.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 218 198 49 0 0.09 0.78 0.15 52.9 0.7 0.52
Hex DA C6 31 0 9 4E F 35 46 34
Octal 332 306 61 0 11 116 17 65 106 64
Binary 11011010 11000110 110001 0 1001 1001110 1111 110101 1000110 110100

Color Harmonies of #DAC631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC631

Black with #DAC631

Text Example


Text Example

White with #DAC631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC631; }

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

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

background-color css

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

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

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

border-color css

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

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

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