Html Css Color HEX #DAC834 Wattle

📋 copy color: '#DAC834'

red 218 ◦ green 200 ◦ blue 52

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

Shades of Wattle #DAC834

Tints of Wattle #DAC834

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.55%

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

R = 46.38%
G = 42.55%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DAC834 (or 0xDAC834) is known color: Wattle. HEX triplet: DA, C8 and 34. RGB value is (218,200,52). Sum of RGB (Red+Green+Blue) = 218+200+52=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC834 is #2537CB. Grayscale: #BDBDBD. Windows color (decimal): -2439116 or 3459290. OLE color: 3459290.

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

Color convert

RGB 218 200 52 -
CMYK 0 0.08 0.76 0.15
HSL 53.49º 0.69% 0.53% -
HSV(B) 53.49º 0.76% 0.85% -
XYZ 50.19 56.46 11.5 -
YUV 188.51 50.96 149.03 -
System Red Green Blue C M Y K H S L
Decimal 218 200 52 0 0.08 0.76 0.15 53.49 0.69 0.53
Hex DA C8 34 0 8 4C F 35 45 35
Octal 332 310 64 0 10 114 17 65 105 65
Binary 11011010 11001000 110100 0 1000 1001100 1111 110101 1000101 110101

Color Harmonies of #DAC834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC834

Black with #DAC834

Text Example


Text Example

White with #DAC834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC834; }

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

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

background-color css

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

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

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

border-color css

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

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

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