Html Css Color HEX #DACC31 Wattle

📋 copy color: '#DACC31'

red 218 ◦ green 204 ◦ blue 49

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

Shades of Wattle #DACC31

Tints of Wattle #DACC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.4%

R = 46.28%
G = 43.31%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DACC31 (or 0xDACC31) is known color: Wattle. HEX triplet: DA, CC and 31. RGB value is (218,204,49). Sum of RGB (Red+Green+Blue) = 218+204+49=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC31 is #2533CE. Grayscale: #BFBFBF. Windows color (decimal): -2438095 or 3263706. OLE color: 3263706.

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

Color convert

RGB 218 204 49 -
CMYK 0 0.06 0.78 0.15
HSL 55.03º 0.7% 0.52% -
HSV(B) 55.03º 0.78% 0.85% -
XYZ 51.06 58.31 11.47 -
YUV 190.52 48.14 147.6 -
System Red Green Blue C M Y K H S L
Decimal 218 204 49 0 0.06 0.78 0.15 55.03 0.7 0.52
Hex DA CC 31 0 6 4E F 37 46 34
Octal 332 314 61 0 6 116 17 67 106 64
Binary 11011010 11001100 110001 0 110 1001110 1111 110111 1000110 110100

Color Harmonies of #DACC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC31

Black with #DACC31

Text Example


Text Example

White with #DACC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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