Html Css Color HEX #D6D13D Wattle

📋 copy color: '#D6D13D'

red 214 ◦ green 209 ◦ blue 61

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

Shades of Wattle #D6D13D

Tints of Wattle #D6D13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.6%

R = 44.21%
G = 43.18%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6D13D (or 0xD6D13D) is known color: Wattle. HEX triplet: D6, D1 and 3D. RGB value is (214,209,61). Sum of RGB (Red+Green+Blue) = 214+209+61=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 61 (24.22% from 255 or 12.60% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D13D is #292EC2. Grayscale: #C2C2C2. Windows color (decimal): -2698947 or 4051414. OLE color: 4051414.

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

Color convert

RGB 214 209 61 -
CMYK 0 0.02 0.71 0.16
HSL 58.04º 0.65% 0.54% -
HSV(B) 58.04º 0.71% 0.84% -
XYZ 51.37 60.23 13.33 -
YUV 193.62 53.16 142.53 -
System Red Green Blue C M Y K H S L
Decimal 214 209 61 0 0.02 0.71 0.16 58.04 0.65 0.54
Hex D6 D1 3D 0 2 47 10 3A 41 36
Octal 326 321 75 0 2 107 20 72 101 66
Binary 11010110 11010001 111101 0 10 1000111 10000 111010 1000001 110110

Color Harmonies of #D6D13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D13D

Black with #D6D13D

Text Example


Text Example

White with #D6D13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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