Html Css Color HEX #DAC335 Wattle

📋 copy color: '#DAC335'

red 218 ◦ green 195 ◦ blue 53

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

Shades of Wattle #DAC335

Tints of Wattle #DAC335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.37%

R = 46.78%
G = 41.85%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DAC335 (or 0xDAC335) is known color: Wattle. HEX triplet: DA, C3 and 35. RGB value is (218,195,53). Sum of RGB (Red+Green+Blue) = 218+195+53=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC335 is #253CCA. Grayscale: #BABABA. Windows color (decimal): -2440395 or 3523546. OLE color: 3523546.

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

Color convert

RGB 218 195 53 -
CMYK 0 0.11 0.76 0.15
HSL 51.64º 0.69% 0.53% -
HSV(B) 51.64º 0.76% 0.85% -
XYZ 49.07 54.19 11.24 -
YUV 185.69 53.12 151.05 -
System Red Green Blue C M Y K H S L
Decimal 218 195 53 0 0.11 0.76 0.15 51.64 0.69 0.53
Hex DA C3 35 0 B 4C F 34 45 35
Octal 332 303 65 0 13 114 17 64 105 65
Binary 11011010 11000011 110101 0 1011 1001100 1111 110100 1000101 110101

Color Harmonies of #DAC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC335

Black with #DAC335

Text Example


Text Example

White with #DAC335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC335; }

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

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

background-color css

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

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

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

border-color css

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

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

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