Html Css Color HEX #DAC635 Wattle

📋 copy color: '#DAC635'

red 218 ◦ green 198 ◦ blue 53

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

Shades of Wattle #DAC635

Tints of Wattle #DAC635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.3%

R = 46.48%
G = 42.22%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DAC635 (or 0xDAC635) is known color: Wattle. HEX triplet: DA, C6 and 35. RGB value is (218,198,53). Sum of RGB (Red+Green+Blue) = 218+198+53=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 53 (21.09% from 255 or 11.30% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC635 is #2539CA. Grayscale: #BCBCBC. Windows color (decimal): -2439627 or 3524314. OLE color: 3524314.

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

Color convert

RGB 218 198 53 -
CMYK 0 0.09 0.76 0.15
HSL 52.73º 0.69% 0.53% -
HSV(B) 52.73º 0.76% 0.85% -
XYZ 49.75 55.55 11.47 -
YUV 187.45 52.13 149.79 -
System Red Green Blue C M Y K H S L
Decimal 218 198 53 0 0.09 0.76 0.15 52.73 0.69 0.53
Hex DA C6 35 0 9 4C F 35 45 35
Octal 332 306 65 0 11 114 17 65 105 65
Binary 11011010 11000110 110101 0 1001 1001100 1111 110101 1000101 110101

Color Harmonies of #DAC635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC635

Black with #DAC635

Text Example


Text Example

White with #DAC635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC635; }

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

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

background-color css

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

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

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

border-color css

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

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

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