Html Css Color HEX #DAC630 Wattle

📋 copy color: '#DAC630'

red 218 ◦ green 198 ◦ blue 48

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

Shades of Wattle #DAC630

Tints of Wattle #DAC630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.34%

R = 46.98%
G = 42.67%
B = 10.34%

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

#DAC630 (or 0xDAC630) is known color: Wattle. HEX triplet: DA, C6 and 30. RGB value is (218,198,48). Sum of RGB (Red+Green+Blue) = 218+198+48=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC630 is #2539CF. Grayscale: #BBBBBB. Windows color (decimal): -2439632 or 3196634. OLE color: 3196634.

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

Color convert

RGB 218 198 48 -
CMYK 0 0.09 0.78 0.15
HSL 52.94º 0.7% 0.52% -
HSV(B) 52.94º 0.78% 0.85% -
XYZ 49.64 55.51 10.89 -
YUV 186.88 49.63 150.2 -
System Red Green Blue C M Y K H S L
Decimal 218 198 48 0 0.09 0.78 0.15 52.94 0.7 0.52
Hex DA C6 30 0 9 4E F 35 46 34
Octal 332 306 60 0 11 116 17 65 106 64
Binary 11011010 11000110 110000 0 1001 1001110 1111 110101 1000110 110100

Color Harmonies of #DAC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC630

Black with #DAC630

Text Example


Text Example

White with #DAC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC630; }

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

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

background-color css

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

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

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

border-color css

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

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

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