Html Css Color HEX #DAC330 Wattle

📋 copy color: '#DAC330'

red 218 ◦ green 195 ◦ blue 48

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

Shades of Wattle #DAC330

Tints of Wattle #DAC330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.41%

R = 47.29%
G = 42.3%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAC330 (or 0xDAC330) is known color: Wattle. HEX triplet: DA, C3 and 30. RGB value is (218,195,48). Sum of RGB (Red+Green+Blue) = 218+195+48=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC330 is #253CCF. Grayscale: #B9B9B9. Windows color (decimal): -2440400 or 3195866. OLE color: 3195866.

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

Color convert

RGB 218 195 48 -
CMYK 0 0.11 0.78 0.15
HSL 51.88º 0.7% 0.52% -
HSV(B) 51.88º 0.78% 0.85% -
XYZ 48.96 54.15 10.67 -
YUV 185.12 50.62 151.45 -
System Red Green Blue C M Y K H S L
Decimal 218 195 48 0 0.11 0.78 0.15 51.88 0.7 0.52
Hex DA C3 30 0 B 4E F 34 46 34
Octal 332 303 60 0 13 116 17 64 106 64
Binary 11011010 11000011 110000 0 1011 1001110 1111 110100 1000110 110100

Color Harmonies of #DAC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC330

Black with #DAC330

Text Example


Text Example

White with #DAC330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC330; }

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

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

background-color css

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

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

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

border-color css

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

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

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