Html Css Color HEX #D6C53C Wattle

📋 copy color: '#D6C53C'

red 214 ◦ green 197 ◦ blue 60

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

Shades of Wattle #D6C53C

Tints of Wattle #D6C53C

RGB

 RED value IS 214 (83.98% from 255) = 45.44%

 GREEN value IS 197 (77.34% from 255) = 41.83%

 BLUE value IS 60 (23.83% from 255) = 12.74%

R = 45.44%
G = 41.83%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6C53C (or 0xD6C53C) is known color: Wattle. HEX triplet: D6, C5 and 3C. RGB value is (214,197,60). Sum of RGB (Red+Green+Blue) = 214+197+60=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C53C is #293AC3. Grayscale: #BBBBBB. Windows color (decimal): -2702020 or 3982806. OLE color: 3982806.

HSL color Cylindrical-coordinate representation of color #D6C53C: hue angle of 53.38º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6C53C is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 197 60 -
CMYK 0 0.08 0.72 0.16
HSL 53.38º 0.65% 0.54% -
HSV(B) 53.38º 0.72% 0.84% -
XYZ 48.51 54.55 12.25 -
YUV 186.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 214 197 60 0 0.08 0.72 0.16 53.38 0.65 0.54
Hex D6 C5 3C 0 8 48 10 35 41 36
Octal 326 305 74 0 10 110 20 65 101 66
Binary 11010110 11000101 111100 0 1000 1001000 10000 110101 1000001 110110

Color Harmonies of #D6C53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C53C

Black with #D6C53C

Text Example


Text Example

White with #D6C53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C53C; }

 p { color: rgb(214,197,60); }

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

background-color css

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

 a { background-color: rgb(214,197,60); }

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

border-color css

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

 span { border-color: rgb(214,197,60); }

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