Html Css Color HEX #DAC434 Wattle

📋 copy color: '#DAC434'

red 218 ◦ green 196 ◦ blue 52

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

Shades of Wattle #DAC434

Tints of Wattle #DAC434

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.06%

 BLUE value IS 52 (20.7% from 255) = 11.16%

R = 46.78%
G = 42.06%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DAC434 (or 0xDAC434) is known color: Wattle. HEX triplet: DA, C4 and 34. RGB value is (218,196,52). Sum of RGB (Red+Green+Blue) = 218+196+52=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC434 is #253BCB. Grayscale: #BABABA. Windows color (decimal): -2440140 or 3458266. OLE color: 3458266.

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

Color convert

RGB 218 196 52 -
CMYK 0 0.10 0.76 0.15
HSL 52.05º 0.69% 0.53% -
HSV(B) 52.05º 0.76% 0.85% -
XYZ 49.27 54.63 11.2 -
YUV 186.16 52.29 150.71 -
System Red Green Blue C M Y K H S L
Decimal 218 196 52 0 0.10 0.76 0.15 52.05 0.69 0.53
Hex DA C4 34 0 A 4C F 34 45 35
Octal 332 304 64 0 12 114 17 64 105 65
Binary 11011010 11000100 110100 0 1010 1001100 1111 110100 1000101 110101

Color Harmonies of #DAC434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC434

Black with #DAC434

Text Example


Text Example

White with #DAC434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC434; }

 p { color: rgb(218,196,52); }

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

background-color css

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

 a { background-color: rgb(218,196,52); }

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

border-color css

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

 span { border-color: rgb(218,196,52); }

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