Html Css Color HEX #DAC338 Wattle

📋 copy color: '#DAC338'

red 218 ◦ green 195 ◦ blue 56

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

Shades of Wattle #DAC338

Tints of Wattle #DAC338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.94%

R = 46.48%
G = 41.58%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAC338 (or 0xDAC338) is known color: Wattle. HEX triplet: DA, C3 and 38. RGB value is (218,195,56). Sum of RGB (Red+Green+Blue) = 218+195+56=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC338 is #253CC7. Grayscale: #BABABA. Windows color (decimal): -2440392 or 3720154. OLE color: 3720154.

HSL color Cylindrical-coordinate representation of color #DAC338: hue angle of 51.48º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAC338 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 195 56 -
CMYK 0 0.11 0.74 0.15
HSL 51.48º 0.69% 0.54% -
HSV(B) 51.48º 0.74% 0.85% -
XYZ 49.14 54.22 11.62 -
YUV 186.03 54.62 150.8 -
System Red Green Blue C M Y K H S L
Decimal 218 195 56 0 0.11 0.74 0.15 51.48 0.69 0.54
Hex DA C3 38 0 B 4A F 33 45 36
Octal 332 303 70 0 13 112 17 63 105 66
Binary 11011010 11000011 111000 0 1011 1001010 1111 110011 1000101 110110

Color Harmonies of #DAC338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC338

Black with #DAC338

Text Example


Text Example

White with #DAC338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC338; }

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

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

background-color css

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

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

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

border-color css

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

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

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