Html Css Color HEX #DAC33D Wattle

📋 copy color: '#DAC33D'

red 218 ◦ green 195 ◦ blue 61

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

Shades of Wattle #DAC33D

Tints of Wattle #DAC33D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.14%

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

R = 45.99%
G = 41.14%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAC33D (or 0xDAC33D) is known color: Wattle. HEX triplet: DA, C3 and 3D. RGB value is (218,195,61). Sum of RGB (Red+Green+Blue) = 218+195+61=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC33D is #253CC2. Grayscale: #BBBBBB. Windows color (decimal): -2440387 or 4047834. OLE color: 4047834.

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

Color convert

RGB 218 195 61 -
CMYK 0 0.11 0.72 0.15
HSL 51.21º 0.68% 0.55% -
HSV(B) 51.21º 0.72% 0.85% -
XYZ 49.27 54.27 12.29 -
YUV 186.6 57.12 150.4 -
System Red Green Blue C M Y K H S L
Decimal 218 195 61 0 0.11 0.72 0.15 51.21 0.68 0.55
Hex DA C3 3D 0 B 48 F 33 44 37
Octal 332 303 75 0 13 110 17 63 104 67
Binary 11011010 11000011 111101 0 1011 1001000 1111 110011 1000100 110111

Color Harmonies of #DAC33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC33D

Black with #DAC33D

Text Example


Text Example

White with #DAC33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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