Html Css Color HEX #DAC32E Wattle

📋 copy color: '#DAC32E'

red 218 ◦ green 195 ◦ blue 46

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

Shades of Wattle #DAC32E

Tints of Wattle #DAC32E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.48%

 BLUE value IS 46 (18.36% from 255) = 10.02%

R = 47.49%
G = 42.48%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAC32E (or 0xDAC32E) is known color: Wattle. HEX triplet: DA, C3 and 2E. RGB value is (218,195,46). Sum of RGB (Red+Green+Blue) = 218+195+46=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC32E is #253CD1. Grayscale: #B9B9B9. Windows color (decimal): -2440402 or 3064794. OLE color: 3064794.

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

Color convert

RGB 218 195 46 -
CMYK 0 0.11 0.79 0.15
HSL 51.98º 0.7% 0.52% -
HSV(B) 51.98º 0.79% 0.85% -
XYZ 48.92 54.13 10.46 -
YUV 184.89 49.62 151.62 -
System Red Green Blue C M Y K H S L
Decimal 218 195 46 0 0.11 0.79 0.15 51.98 0.7 0.52
Hex DA C3 2E 0 B 4F F 34 46 34
Octal 332 303 56 0 13 117 17 64 106 64
Binary 11011010 11000011 101110 0 1011 1001111 1111 110100 1000110 110100

Color Harmonies of #DAC32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC32E

Black with #DAC32E

Text Example


Text Example

White with #DAC32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC32E; }

 p { color: rgb(218,195,46); }

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

background-color css

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

 a { background-color: rgb(218,195,46); }

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

border-color css

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

 span { border-color: rgb(218,195,46); }

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