Html Css Color HEX #DAC632 Wattle

📋 copy color: '#DAC632'

red 218 ◦ green 198 ◦ blue 50

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

Shades of Wattle #DAC632

Tints of Wattle #DAC632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.73%

R = 46.78%
G = 42.49%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAC632 (or 0xDAC632) is known color: Wattle. HEX triplet: DA, C6 and 32. RGB value is (218,198,50). Sum of RGB (Red+Green+Blue) = 218+198+50=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC632 is #2539CD. Grayscale: #BBBBBB. Windows color (decimal): -2439630 or 3327706. OLE color: 3327706.

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

Color convert

RGB 218 198 50 -
CMYK 0 0.09 0.77 0.15
HSL 52.86º 0.69% 0.53% -
HSV(B) 52.86º 0.77% 0.85% -
XYZ 49.68 55.52 11.12 -
YUV 187.11 50.63 150.03 -
System Red Green Blue C M Y K H S L
Decimal 218 198 50 0 0.09 0.77 0.15 52.86 0.69 0.53
Hex DA C6 32 0 9 4D F 35 45 35
Octal 332 306 62 0 11 115 17 65 105 65
Binary 11011010 11000110 110010 0 1001 1001101 1111 110101 1000101 110101

Color Harmonies of #DAC632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC632

Black with #DAC632

Text Example


Text Example

White with #DAC632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC632; }

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

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

background-color css

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

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

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

border-color css

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

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

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