Html Css Color HEX #DAC33F Wattle

📋 copy color: '#DAC33F'

red 218 ◦ green 195 ◦ blue 63

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

Shades of Wattle #DAC33F

Tints of Wattle #DAC33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.24%

R = 45.8%
G = 40.97%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAC33F (or 0xDAC33F) is known color: Wattle. HEX triplet: DA, C3 and 3F. RGB value is (218,195,63). Sum of RGB (Red+Green+Blue) = 218+195+63=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 63 (25% from 255 or 13.24% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC33F is #253CC0. Grayscale: #BBBBBB. Windows color (decimal): -2440385 or 4178906. OLE color: 4178906.

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

Color convert

RGB 218 195 63 -
CMYK 0 0.11 0.71 0.15
HSL 51.1º 0.68% 0.55% -
HSV(B) 51.1º 0.71% 0.85% -
XYZ 49.33 54.29 12.58 -
YUV 186.83 58.12 150.23 -
System Red Green Blue C M Y K H S L
Decimal 218 195 63 0 0.11 0.71 0.15 51.1 0.68 0.55
Hex DA C3 3F 0 B 47 F 33 44 37
Octal 332 303 77 0 13 107 17 63 104 67
Binary 11011010 11000011 111111 0 1011 1000111 1111 110011 1000100 110111

Color Harmonies of #DAC33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC33F

Black with #DAC33F

Text Example


Text Example

White with #DAC33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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