Html Css Color HEX #DACC2D Wattle

📋 copy color: '#DACC2D'

red 218 ◦ green 204 ◦ blue 45

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

Shades of Wattle #DACC2D

Tints of Wattle #DACC2D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.68%

 BLUE value IS 45 (17.97% from 255) = 9.64%

R = 46.68%
G = 43.68%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DACC2D (or 0xDACC2D) is known color: Wattle. HEX triplet: DA, CC and 2D. RGB value is (218,204,45). Sum of RGB (Red+Green+Blue) = 218+204+45=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC2D is #2533D2. Grayscale: #BEBEBE. Windows color (decimal): -2438099 or 3001562. OLE color: 3001562.

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

Color convert

RGB 218 204 45 -
CMYK 0 0.06 0.79 0.15
HSL 55.14º 0.7% 0.52% -
HSV(B) 55.14º 0.79% 0.85% -
XYZ 50.98 58.28 11.04 -
YUV 190.06 46.14 147.93 -
System Red Green Blue C M Y K H S L
Decimal 218 204 45 0 0.06 0.79 0.15 55.14 0.7 0.52
Hex DA CC 2D 0 6 4F F 37 46 34
Octal 332 314 55 0 6 117 17 67 106 64
Binary 11011010 11001100 101101 0 110 1001111 1111 110111 1000110 110100

Color Harmonies of #DACC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC2D

Black with #DACC2D

Text Example


Text Example

White with #DACC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC2D; }

 p { color: rgb(218,204,45); }

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

background-color css

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

 a { background-color: rgb(218,204,45); }

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

border-color css

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

 span { border-color: rgb(218,204,45); }

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