Html Css Color HEX #D6D13E Wattle

📋 copy color: '#D6D13E'

red 214 ◦ green 209 ◦ blue 62

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

Shades of Wattle #D6D13E

Tints of Wattle #D6D13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.78%

R = 44.12%
G = 43.09%
B = 12.78%

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

#D6D13E (or 0xD6D13E) is known color: Wattle. HEX triplet: D6, D1 and 3E. RGB value is (214,209,62). Sum of RGB (Red+Green+Blue) = 214+209+62=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D13E is #292EC1. Grayscale: #C2C2C2. Windows color (decimal): -2698946 or 4116950. OLE color: 4116950.

HSL color Cylindrical-coordinate representation of color #D6D13E: hue angle of 58.03º 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 #D6D13E is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 209 62 -
CMYK 0 0.02 0.71 0.16
HSL 58.03º 0.65% 0.54% -
HSV(B) 58.03º 0.71% 0.84% -
XYZ 51.4 60.24 13.48 -
YUV 193.74 53.66 142.45 -
System Red Green Blue C M Y K H S L
Decimal 214 209 62 0 0.02 0.71 0.16 58.03 0.65 0.54
Hex D6 D1 3E 0 2 47 10 3A 41 36
Octal 326 321 76 0 2 107 20 72 101 66
Binary 11010110 11010001 111110 0 10 1000111 10000 111010 1000001 110110

Color Harmonies of #D6D13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D13E

Black with #D6D13E

Text Example


Text Example

White with #D6D13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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