Html Css Color HEX #D6D13A Wattle

📋 copy color: '#D6D13A'

red 214 ◦ green 209 ◦ blue 58

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

Shades of Wattle #D6D13A

Tints of Wattle #D6D13A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.45%

 BLUE value IS 58 (23.05% from 255) = 12.06%

R = 44.49%
G = 43.45%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6D13A (or 0xD6D13A) is known color: Wattle. HEX triplet: D6, D1 and 3A. RGB value is (214,209,58). Sum of RGB (Red+Green+Blue) = 214+209+58=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D13A is #292EC5. Grayscale: #C1C1C1. Windows color (decimal): -2698950 or 3854806. OLE color: 3854806.

HSL color Cylindrical-coordinate representation of color #D6D13A: hue angle of 58.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6D13A is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 209 58 -
CMYK 0 0.02 0.73 0.16
HSL 58.08º 0.66% 0.53% -
HSV(B) 58.08º 0.73% 0.84% -
XYZ 51.3 60.2 12.92 -
YUV 193.28 51.66 142.78 -
System Red Green Blue C M Y K H S L
Decimal 214 209 58 0 0.02 0.73 0.16 58.08 0.66 0.53
Hex D6 D1 3A 0 2 49 10 3A 42 35
Octal 326 321 72 0 2 111 20 72 102 65
Binary 11010110 11010001 111010 0 10 1001001 10000 111010 1000010 110101

Color Harmonies of #D6D13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D13A

Black with #D6D13A

Text Example


Text Example

White with #D6D13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D13A; }

 p { color: rgb(214,209,58); }

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

background-color css

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

 a { background-color: rgb(214,209,58); }

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

border-color css

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

 span { border-color: rgb(214,209,58); }

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