Html Css Color HEX #DAC83D Wattle

📋 copy color: '#DAC83D'

red 218 ◦ green 200 ◦ blue 61

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

Shades of Wattle #DAC83D

Tints of Wattle #DAC83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.73%

R = 45.51%
G = 41.75%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAC83D (or 0xDAC83D) is known color: Wattle. HEX triplet: DA, C8 and 3D. RGB value is (218,200,61). Sum of RGB (Red+Green+Blue) = 218+200+61=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 61 (24.22% from 255 or 12.73% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC83D is #2537C2. Grayscale: #BEBEBE. Windows color (decimal): -2439107 or 4049114. OLE color: 4049114.

HSL color Cylindrical-coordinate representation of color #DAC83D: hue angle of 53.12º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAC83D is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 200 61 -
CMYK 0 0.08 0.72 0.15
HSL 53.12º 0.68% 0.55% -
HSV(B) 53.12º 0.72% 0.85% -
XYZ 50.41 56.55 12.67 -
YUV 189.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 218 200 61 0 0.08 0.72 0.15 53.12 0.68 0.55
Hex DA C8 3D 0 8 48 F 35 44 37
Octal 332 310 75 0 10 110 17 65 104 67
Binary 11011010 11001000 111101 0 1000 1001000 1111 110101 1000100 110111

Color Harmonies of #DAC83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC83D

Black with #DAC83D

Text Example


Text Example

White with #DAC83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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